mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-07-01 21:57:54 -05:00
Add sounds for mechz and brutus and fix scripts for the normal maps.
This commit is contained in:
@ -6,12 +6,20 @@ main()
|
||||
{
|
||||
level thread on_player_connect();
|
||||
level thread command_thread();
|
||||
if ( getDvar( "mapname" ) == "zm_tomb" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
maps\mp\zombies\_zm_ai_mechz::precache();
|
||||
maps\mp\_utility::onfinalizeinitialization_callback( ::register_clientfields );
|
||||
}
|
||||
|
||||
init()
|
||||
{
|
||||
if ( getDvar( "mapname" ) == "zm_tomb" )
|
||||
{
|
||||
return;
|
||||
}
|
||||
maps\mp\zombies\_zm_ai_mechz::init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user