Disable vehicles and planes
#2

hi this will remove them from the vehicle so they can't use it.

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(vehicleid == /*this is where you put ur id for the vehicle*/)
    {
        RemovePlayerFromVehicle(playerid);
    }
    return 1;
}
if you need anymore help add me on skype, hornyboy1412
Reply


Messages In This Thread
Disable vehicles and planes - by Dion1 - 11.04.2012, 11:23
Re: Disable vehicles and planes - by Tom1412 - 11.04.2012, 13:00
Re: Disable vehicles and planes - by Dion1 - 11.04.2012, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)