Quote:
Originally Posted by emokidx111
why and how are you using zcmd and strcmp together?
i think the space is giving the errors.
pawn Код:
COMMAND:yes(playerid, params[]) { new playerstate = GetPlayerState(playerid); if(playerstate == PLAYER_STATE_DRIVER) return ModCar(playerid); else return SendClientMessage(playerid, COLOR_RED, "[EROARE] Nu poti tuna masina daca nu esti sofer."); }
pawn Код:
COMMAND:tunar(playerid, params[]) { new playerstate = GetPlayerState(playerid); if(playerstate == PLAYER_STATE_DRIVER) return ModCar(playerid); else return SendClientMessage(playerid, COLOR_RED, "[EROARE] Nu poti tuna masina daca nu esti sofer."); }
|
Thanks i fixed 2/3 warnings.Warning with line 10511 (Boxville2 command) wasen't fixed.