Vehicle ID only drive-ablo with skin ID(s)
#2

Well yeah its possible, you will need here the OnPlayerEnterVehicle function.
Check what skin the player has - for example
pawn Код:
(if GetPlayerSkin(playerid) != copskin1 || if GetPlayerSkin(playerid) != copskin2) SendClientMessage(playerid, COLOR_RED, "You are not allowed to drive this vehicle"); RemovePlayerFromVehicle(vehicleid);
Find the cop skins you want and replace them with 'copskin1' and 'copskin2'.
Reply


Messages In This Thread
Vehicle ID only drive-ablo with skin ID(s) - by davelord - 23.01.2011, 08:38
Re: Vehicle ID only drive-ablo with skin ID(s) - by _Tommy - 23.01.2011, 08:44
Re: Vehicle ID only drive-ablo with skin ID(s) - by davelord - 23.01.2011, 08:46
Re: Vehicle ID only drive-ablo with skin ID(s) - by _Tommy - 23.01.2011, 10:38
Re: Vehicle ID only drive-ablo with skin ID(s) - by davelord - 23.01.2011, 11:09

Forum Jump:


Users browsing this thread: 4 Guest(s)