15.01.2016, 22:23
їYes or no?
Quote:
if(PlayerInfo[playerid][pAdmin] >= 1) && if(PlayerInfo[playerid][pLevel] >= 1) |
Quote:
if(PlayerInfo[playerid][pAdmin] >= 1) if(PlayerInfo[playerid][pLevel] >= 1) Or if(PlayerInfo[playerid][pAdmin] >= 1) && if(PlayerInfo[playerid][pLevel] >= 1) { SetPlayerColor(playerid,COLOR_RED); return 1; } |
Quote:
if(PlayerInfo[playerid][pAdmin] >= 0) if(PlayerInfo[playerid][pLevel] >= 0) Or if(PlayerInfo[playerid][pAdmin] >= 0) && if(PlayerInfo[playerid][pLevel] >= 0) { SetPlayerColor(playerid,COLOR_WHITE); return 1; } |