16.08.2009, 12:13
Quote:
Originally Posted by nuriel8833
If it CmdSpec = 1 you can see all the cmd
if it CmdSpec = 0 you cant see all the cmd |
Then go to OnPlayerText use
#if defined CMDSPEC
format(astring,sizeof(astring)," [Cmd Spec] %s (ID: %d) did the command: %s", name, playerid, cmdtext);
SendClientMessageToAdmins(COLOR_GREEN, astring, 6);
#endif
You can use // on #define CMDSPEC to disable it. When it's on (whitout //) you can see it.