mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
#include common_scripts\utility;
|
|
#include maps\mp\_utility;
|
|
#include maps\mp\zombies\_zm_utility;
|
|
#include maps\mp\zombies\_zm_game_module;
|
|
#include maps\mp\gametypes_zm\_zm_gametype;
|
|
#include maps\mp\zm_highrise;
|
|
#include maps\mp\zm_highrise_classic;
|
|
|
|
init()
|
|
{
|
|
add_map_gamemode( "zclassic", scripts\zm\replaced\zm_highrise::zclassic_preinit, undefined, undefined );
|
|
add_map_location_gamemode( "zclassic", "rooftop", maps\mp\zm_highrise_classic::precache, scripts\zm\replaced\zm_highrise_classic::main );
|
|
} |