huge problen
#10

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
Add in your script above, #define CMDSPEC
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.
Reply


Messages In This Thread
huge problen - by nuriel8833 - 15.08.2009, 20:05
Re: huge problen - by RyDeR` - 15.08.2009, 20:08
Re: huge problen - by RyDeR` - 15.08.2009, 20:08
Re: huge problen - by nuriel8833 - 16.08.2009, 05:40
Re: huge problen - by nuriel8833 - 16.08.2009, 08:27
Re: huge problen - by CJ101 - 16.08.2009, 08:27
Re: huge problen - by nuriel8833 - 16.08.2009, 08:30
Re: huge problen - by RyDeR` - 16.08.2009, 09:07
Re: huge problen - by nuriel8833 - 16.08.2009, 09:43
Re: huge problen - by RyDeR` - 16.08.2009, 12:13

Forum Jump:


Users browsing this thread: 1 Guest(s)