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


Messages In This Thread
Admin And Level Color Help pls - by Tween73 - 15.01.2016, 22:23
Re: Admin And Level Color Help pls - by Crayder - 16.01.2016, 04:48
Re: Admin And Level Color Help pls - by NoDi522 - 16.01.2016, 06:43

Forum Jump:


Users browsing this thread: 1 Guest(s)