01.04.2012, 14:26
I am trying to exclude a specific class from entering vehicles (Zombies)
Is there any function for this, I cannot find one.
Thanks
Is there any function for this, I cannot find one.
Thanks
Already answered you in this post: https://sampforum.blast.hk/showthread.php?tid=330461
|
public OnPlayerEnterVehicle(playerid, vehicleid) { switch(GetVehicleModel(vehicleid)) { case ..............................: { // put vehicle id's in place of ...............
if(GetPlayerSkin(playerid) == 0)
ClearAnimations(playerid);