SendClientMessageToAdmins command
#6

pawn Код:
CMD:admin(playerid,parmas[])
{
    new string[128],msg[128];
    if(sscanf(parmas,"s[128]",msg))return SendClientMessage(playerid, COLOR_GRAY, "USAGE: /admin [msg]");
    format(string, sizeof(string), "AdmCmd: %s", msg);
    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: 4 Guest(s)