20.04.2011, 22:57
hello, how can i do a script so it checks skin lets say that the skin needs to be 299, if its not and you enter car: CAR1, CAR2, CAR3, you get thrown out the car with a message that you are not a cop.?
if(GetPlayerSkin(playerid) != 299) RemovePlayerFromVehicle(playerid), SendClientMessage(playerid, -1, "You are not a cop!");