Disable vehicles and planes
#1

Hi all,

My question was: how can i disable vehicles and planes for example the hunter

Please answer pm or reply

Greetings,
Dion
Reply
#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
#3

I have to put it under
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)