22.04.2011, 18:52
why doesnt this cmd work?
ty
Код:
if(strcmp(cmd,"/lic",true)==0) { if(PlayerInfo[playerid][pCarLic] < 0) return SendClientMessage(playerid,COLOR_GREY,"you dont have one"); if(PlayerInfo[playerid][pCarLic] < 1) return SendClientMessage(playerid,COLOR_GREY,"you do have one"); return 1; }