11.04.2012, 13:00
hi this will remove them from the vehicle so they can't use it.
if you need anymore help add me on skype, hornyboy1412
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(vehicleid == /*this is where you put ur id for the vehicle*/)
{
RemovePlayerFromVehicle(playerid);
}
return 1;
}