A question
#5

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
new v = GetPlayerVehicleID(playerid);
if(v = your vehicleid)
{
if(PlayerInfo[playerid][pAdmin] > 1)
{
SendClientMessage(playerid, -1, "You are not a Admin");
RemovePlayerFromVehicle(playerid);
}
}
return 1;
}

This is my accurate bet , and these guys wrote it better than me lol
Reply


Messages In This Thread
A question - by ilay65 - 07.07.2014, 23:49
Re: A question - by rappy93 - 08.07.2014, 00:02
Re : A question - by S4t3K - 08.07.2014, 00:06
Re: A question - by Threshold - 08.07.2014, 00:08
Re: A question - by gtasarules14 - 08.07.2014, 00:09
Re : A question - by S4t3K - 08.07.2014, 00:12
Re: A question - by Threshold - 08.07.2014, 00:19

Forum Jump:


Users browsing this thread: 5 Guest(s)