03.03.2012, 17:11
pawn Код:
if(!PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
Thanks
if(!PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
if(!PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
if(!(PlayerInfo[playerid][pAdmin] >= 2)) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
if(PlayerInfo[playerid][pAdmin] <= 1)
{
SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
return 1;
}