debugging guide base added for mp

This commit is contained in:
JezuzLizard
2020-04-29 10:41:33 -07:00
parent c53abf5d1f
commit c720f7d82f
3 changed files with 67 additions and 0 deletions

View File

@ -44,6 +44,9 @@ If you would like to debug a script that isn't already supported use this templa
```
//begin debug code
level.custom_GSC_FILE_NAME_loaded = 1;
//if mp
maps/mp/gametypes/_clientids::init();
//if zm
maps/mp/zombies/_zm_bot::init();
if ( !isDefined( level.debugLogging_GSC_FILE_NAME ) )
{