[HELP] Admin Can Read PM's
#2

Your looping through all players.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
       if(GetPVarInt(i, "Admin") > 0)
       {
             //code
       }
}
Basicly you need something to check if the players are admin
Reply


Messages In This Thread
[HELP] Admin Can Read PM's - by Larsey123IsMe - 18.01.2011, 22:36
Re: [HELP] Admin Can Read PM's - by Lorenc_ - 19.01.2011, 00:19

Forum Jump:


Users browsing this thread: 1 Guest(s)