Admin message
#5

pawn Код:
IsCnRAdmin(playerid)
I'm guessing this is your admin variable.

So you could do

pawn Код:
foreach(new i : Player)
{
    IsCnRAdmin(i)
    {
        SendClientMessage(i, -1, string);

    }
}
Just format the string to whatever message you want to send
Reply


Messages In This Thread
Admin message - by Ananisiki - 24.02.2013, 21:52
Respuesta: Admin message - by Strier - 24.02.2013, 21:53
Re: Admin message - by Ananisiki - 24.02.2013, 21:58
Re: Admin message - by Ananisiki - 25.02.2013, 15:07
Re: Admin message - by Abreezy - 25.02.2013, 15:21
Re: Admin message - by Ananisiki - 25.02.2013, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)