23.12.2011, 11:13
How i can reserve a car for a skin?
example Skin 50 the towtruck and the others skins cant enter it?
+REP!
example Skin 50 the towtruck and the others skins cant enter it?
+REP!
OnPlayerEnterVehicle callback
new gskin;
gskin = GetPlayerSkin(playerid);
if(!IsPlayerInVehicle(playerid,towtruck vehicleid) && if(gskin == 50)); return RemovePlayerFromVehicle(playerid);
etc