mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-04-22 14:35:44 +00:00
12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
main()
|
|
{
|
|
if ( getDvar( "mapname" ) == "zm_prison" )
|
|
{
|
|
return;
|
|
}
|
|
maps\mp\zombies\_zm_ai_brutus::main();
|
|
}
|
|
|
|
init()
|
|
{
|
|
} |