ItsMods

Full Version: How to know problems in the script ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i know problems in my script when the game return me "server script compile error" ? I see the console, but i can't find any solution... Can yoou help me ?
Sorry for my bad english.
I'm Italian Big Grin
put this in config_mp:
seta developer 1

when done, set it to 0 as it makes fake runtime errors
thxxxx<3
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.