20.07.2011, 12:43
Код:
new DrivingTestVehicle=CreateVehicle( modelid, x ,y ,z , col1, col2 );// The Driver Test Vehicle SetPVarInt(playerid,"DrivingTest",1);// For when the player is ready to take the test if(vehicleid==DrivingTestVehicle&&GetPVarInt(playerid,"DrivingTest")==0)// For under OnPlayerEnterVehicle { RemovePlayerFromVehicle(playerid); }