Whats wrong with this code?
#10

Ummm. Yesh.

Код:
WhenThePlayerEntersTheCheckpoint( theplayer , theCPnumber )
{
  if ( ThePlayerIs_NOT_InAnyVehicle ( theplayer ))
  {
    SetPlayerPosition ( theplayer , 0.0 , 0.0 , 0.0 );
  }
  if ( ThePlayerIsInAnyVehicle ( theplayer ))
  {
    print("Do_Not_Teleport_The_Player");
   }
}
Reply


Messages In This Thread
Whats wrong with this code? - by killdahobo99 - 15.07.2009, 16:40
Re: Whats wrong with this code? - by yezizhu - 15.07.2009, 16:46
Re: Whats wrong with this code? - by killdahobo99 - 15.07.2009, 16:48
Re: Whats wrong with this code? - by ledzep - 15.07.2009, 16:52
Re: Whats wrong with this code? - by killdahobo99 - 15.07.2009, 16:59
Re: Whats wrong with this code? - by ledzep - 15.07.2009, 17:17
Re: Whats wrong with this code? - by killdahobo99 - 15.07.2009, 17:32
Re: Whats wrong with this code? - by Rac3r - 15.07.2009, 17:36
Re: Whats wrong with this code? - by killdahobo99 - 15.07.2009, 17:40
Re: Whats wrong with this code? - by Rac3r - 15.07.2009, 19:42

Forum Jump:


Users browsing this thread: 3 Guest(s)