04.03.2014, 18:43
Код:
if(PlayerInfo[playerid][pAdmin] >= 1339 && PlayerInfo[playerid][pShopTech] == 1) { SendClientMessageEx(playerid, COLOR_GRAD2, "You are not authorized to use that command!"); return 1; }
Change ">" to "<"
if(PlayerInfo[playerid][pAdmin] >= 1339 && PlayerInfo[playerid][pShopTech] == 1) { SendClientMessageEx(playerid, COLOR_GRAD2, "You are not authorized to use that command!"); return 1; }