01.04.2012, 14:32
Well, how about using GetPlayerSkin function? To see if their skin equals to X X X X, where X = Zombie skin ??
for example:
This will prevent CJ class from entering the vehicle.
for example:
pawn Код:
if(GetPlayerSkin(playerid) == 0)
ClearAnimations(playerid);