Admin message
#1

~~~~~~
Reply
#2

if(IsCnRAdmin(playerid)) return SendClientMessage(playerid, COLOR_LIGHTBLUE, string);

This ?
Reply
#3

~~~~~~
Reply
#4

Use a loop.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsCnRAdmin(i))
    {
        SendClientMessage(i, COLOR_LIGHTBLUE, string);
    }
}
Reply
#5

~~~~~~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)