Admin message
#1

^^^^^^^^
Reply
#2

For rcon admin??, or how do you have stored the Admin name, example: pInfo[playerid][Admin] or idk..
Reply
#3

~~~~~~~~
Reply
#4

^^^^^^^^
Reply
#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
#6

~~~~~~~~~~~~~~
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)