SendClientMessageToAdmins command
#4

pawn Код:
CMD:admin(playerid, params[])
{
    new string[144];

    if(isnull(params)) return SendClientMessage(playerid, COLOR_GRAY, "USAGE: /admin[msg]");

    format(string, sizeof(string), "AdmCmd: %s", params);
    SendClientMessageToAdmins(COLOR_ADM_RED, string);

    return 1;
}
Reply


Messages In This Thread
SendClientMessageToAdmins command - by Tadas - 16.04.2014, 08:53
Re: SendClientMessageToAdmins command - by Hanuman - 16.04.2014, 08:59
Re: SendClientMessageToAdmins command - by Tadas - 16.04.2014, 09:04
Re: SendClientMessageToAdmins command - by PrivatioBoni - 16.04.2014, 09:09
Re: SendClientMessageToAdmins command - by BroZeus - 16.04.2014, 09:09
Re: SendClientMessageToAdmins command - by Hanuman - 16.04.2014, 09:11
Re: SendClientMessageToAdmins command - by PrivatioBoni - 16.04.2014, 09:13
Re: SendClientMessageToAdmins command - by Tadas - 16.04.2014, 09:34
Re: SendClientMessageToAdmins command - by Konstantinos - 16.04.2014, 10:01
Re: SendClientMessageToAdmins command - by PrivatioBoni - 16.04.2014, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)