Author Topic: Free fall script  (Read 1132 times)

[RU]Kewun

  • Full Member
  • ***
  • Posts: 126
  • Karma: +11/-21
  • C.R.C Marshal
    • View Profile
Free fall script
« on: August 25, 2015, 10:28:30 am »
Free fall !

remember, its client 0





function onPlayerCommand( player, cmd, text )
{
     if ( cmd == "free" )
     {
          local pos = player.Pos;
          pos.z += 500.0;
         
          player.Pos = pos;
          MessagePlayer( "Lets fly!.", player );
     }
     
     return 1;
}
« Last Edit: August 25, 2015, 10:32:21 am by [Marshal.C.R.C]Trevor »
Fear the wrath of god!


 

© Liberty Unleashed Team.