mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 22:51:49 +00:00
remove death trigs
This commit is contained in:
22
userraw/maps/mp/mp_rust.gsc
Normal file
22
userraw/maps/mp/mp_rust.gsc
Normal 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 );
|
||||
}
|
Reference in New Issue
Block a user