a little problem
#2

pawn Код:
{
    new string[128];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, sizeof(string), "%s (%d) typed: %s", sendername,playerid,cmdtext);
    SendClientMessageToAdmins(GREY, string);
}
I don't think you need a loop since it would appear that your function "SendClientMessageToAdmins" would do it for you.
Reply


Messages In This Thread
a little problem - by James124 - 04.09.2010, 04:42
Re: a little problem - by JaTochNietDan - 04.09.2010, 05:20
Re: a little problem - by James124 - 04.09.2010, 05:22
Re: a little problem - by JaTochNietDan - 04.09.2010, 05:25
Re: a little problem - by James124 - 04.09.2010, 05:28
Re: a little problem - by James124 - 04.09.2010, 06:11

Forum Jump:


Users browsing this thread: 1 Guest(s)