remove death trigs

This commit is contained in:
INeedBots
2020-09-26 00:29:49 -06:00
parent f809a07a20
commit 7b0a68d8aa
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#include maps\mp\_utility;
main()
{
maps\mp\mp_rust_precache::main();
maps\createart\mp_rust_art::main();
maps\mp\mp_rust_fx::main();
maps\mp\_load::main();
maps\mp\_compass::setupMiniMap( "compass_map_mp_rust" );
setdvar( "compassmaxrange", "1400" );
ambientPlay( "ambient_mp_duststorm" );
game[ "attackers" ] = "allies";
game[ "defenders" ] = "axis";
//thread killTrigger( (1080, 1645, -156 - 30), 40, 30 );
}