mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-09 02:17:51 -05:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
#include maps/mp/zombies/_zm_utility;
|
|
#include maps/mp/_utility;
|
|
#include common_scripts/utility;
|
|
|
|
init()
|
|
{
|
|
/#
|
|
println( "ZM >> Zombiemode Server Scripts Init (_zm_bot.gsc)" );
|
|
#/
|
|
}
|