mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-10 10:47:58 -05:00
debugging guide base added for mp
This commit is contained in:
@ -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 ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user