Quote:
Originally Posted by selten98
i think you mean this
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,COLOR_RED2,"You must be in a vehicle"); if(!IsValidNosVehicle(veh)) return SendClientMessage(playerid,COLOR_RED2,"You can't tune this vehicle");
You simply forgot the !
|
Thank you!
EDIT: Oh i fixed it myself!