Quote:
Originally Posted by airplanesimen
okay, then use:
pawn Код:
if(IsPlayerInAnyVehicle(playerid))return SendClientMessage(playerid, colorhere. "you are not able to spawn a car while beeing in one") else if(!IsPlayerInAnyVehicle(playerid)){ //your current code }
|
That's the last option but I really wanna make it so it spawns you a car anyways.