Admin And Level Color Help pls
#1

ї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;
}

Reply
#2

if(PlayerInfo[playerid][pAdmin] >= 0 && PlayerInfo[playerid][pLevel] >= 0)
Reply
#3

PHP код:
if(PlayerInfo[playerid][pAdmin] >= && PlayerInfo[playerid][pLevel] >= 1)// In the same bracket... && Means 'and' || means 'or'. 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)