How would i go about making a car only usable by one person?
#4

Код:
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);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)