mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-24 10:17:54 -05:00
Add sounds for mechz and brutus and fix scripts for the normal maps.
This commit is contained in:
@ -5,17 +5,21 @@
|
||||
|
||||
main()
|
||||
{
|
||||
if ( getDvar( "mapname" ) == "zm_buried" )
|
||||
if ( getDvar( "mapname" ) == "zm_buried" && getDvar( "g_gametype" ) == "zclassic" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
maps\mp\zombies\_zm_ai_ghost::precache_fx();
|
||||
maps\mp\zombies\_zm_ai_ghost::init();
|
||||
//maps\mp\zombies\_zm_ai_ghost::precache_fx();
|
||||
//maps\mp\zombies\_zm_ai_ghost::init();
|
||||
}
|
||||
|
||||
init()
|
||||
{
|
||||
level thread ghost_zone_spawning_think();
|
||||
if ( getDvar( "mapname" ) == "zm_buried" && getDvar( "g_gametype" ) == "zclassic" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
//level thread ghost_zone_spawning_think();
|
||||
}
|
||||
|
||||
ghost_zone_spawning_think()
|
||||
|
Reference in New Issue
Block a user