29.04.2012, 10:34
I make if player write /sdfsdf /race /teleport /blabla
the admins see that
But I see my command !! How do I do I see other commands and no my command ?
HELP
the admins see that
PHP код:
new name[MAX_PLAYERS];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
format(string,sizeof(string),"[LoG] - %s [#%d]: %s",name,playerid,cmdtext);
SendAdminsMessage(0x999999ff,string);
HELP