Dual working cmd.
#2

I guess pAdmin level 1 is helper, and above is administrators?
Then just use a switch to detect if they're level 1 or above.
pawn Код:
switch(PlayerInfo[playerid][pAdmin])
{
    case 1: // Level 1 (helper)
    default: // All other levels (administrator)
}
And SendClientMessageToAll accordingly.
Reply


Messages In This Thread
Dual working cmd. - by TiXz0r - 04.03.2015, 14:09
Re: Dual working cmd. - by CalvinC - 04.03.2015, 14:18
Re: Dual working cmd. - by TiXz0r - 04.03.2015, 14:31
Re: Dual working cmd. - by CalvinC - 04.03.2015, 14:35
Re: Dual working cmd. - by TiXz0r - 04.03.2015, 14:39
Re: Dual working cmd. - by CalvinC - 04.03.2015, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)