mirror of
				https://github.com/ineedbots/iw4_bot_warfare.git
				synced 2025-10-31 01:46:57 +00:00 
			
		
		
		
	toggle onemanarmy flare
This commit is contained in:
		| @@ -12,6 +12,9 @@ | ||||
| 		- onemanarmyRefillsTubes <bool> | ||||
| 			false - (default) One Man Army does not refill the gl attachment | ||||
| 			true - it does | ||||
|  | ||||
| 		- fix_onemanarmyFlareBug <bool> | ||||
| 			true - (default) fixes it | ||||
| */ | ||||
|  | ||||
| #include common_scripts\utility; | ||||
| @@ -200,6 +203,9 @@ init() | ||||
| 	setDvarIfUninitialized( "onemanarmyRefillsTubes", false ); | ||||
| 	level.onemanarmyRefillsTubes = getDvarInt( "onemanarmyRefillsTubes" ); | ||||
|  | ||||
| 	setDvarIfUninitialized( "fix_onemanarmyFlareBug", true ); | ||||
| 	level.fix_onemanarmyFlareBug = getDvarInt( "fix_onemanarmyFlareBug" ); | ||||
|  | ||||
| 	initPerkDvars(); | ||||
|  | ||||
| 	level thread onPlayerConnect(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user