Posts: 4,530
Threads: 254
Joined: Nov 2010
Reputation:
65
put this in config_mp:
seta developer 1
when done, set it to 0 as it makes fake runtime errors
Posts: 288
Threads: 24
Joined: Dec 2010
Reputation:
19
08-01-2011, 16:20
(This post was last modified: 08-01-2011, 16:22 by crAyon.)
you can also exec mywhitelist and use as a switch...
exec mywhitelist
/developer 1
/developer 0
/developer_script 1
/developer_script 0
and you can use
/clear
to clear the console.
Also, you can set the log dvars for even more info.
Must rotate/restart map after changing dvars above for them to be active.
///mywhitelist.cfg
setmoddvar developer
setmoddvar developer_script
setmoddvar clear
mywhitelist.cfg must be included in zone source and executed from the fast file.