04.09.2010, 04:42
PHP код:
{
new string[128];
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s (%d) typed: %s", sendername,playerid,cmdtext);
for(new i = 0; i < MAX_PLAYERS; i++)
SendClientMessageToAdmins(GREY, string ,i);
}
SendClientMessageToAdmins is defined and it works good for all the other things!
but the problem is that it tell every thing 5 times !
like it tells
someone typed /hello !
someone typed /hello !
someone typed /hello !
someone typed /hello !
someone typed /hello !
it says 5 times instead of 1 time ! Can any one help with this ... ! waiting for a good reply !