| Posted by: AdrianeMapMaker - Monday, December 11, 2017 8:54:37 PM |
|---|
| Pls Help me i cant done my work because of this - i create a upgrade for the gla faction that makes everyone have the ability of a terrorist Like the zh ... copied the button codes , everything , nothing works ,i need your own code pls - when i click the button - it does nothing it just commanding the unit to stop. |
| Posted by: UTD^Force - Friday, December 29, 2017 4:06:49 AM |
|---|
| I believe it's been a year or so since I last saw a code, but I think you should check these and make the code yourself (If you haven't already). [code=plain] WeaponSet Conditions = None Weapon = PRIMARY GLARebelMachineGun Weapon = SECONDARY None Weapon = TERTIARY TerroristSuicideNotARealWeapon AutoChooseSources = TERTIARY NONE End Behavior = FireWeaponWhenDeadBehavior ModuleTag_George DeathWeapon = Demo_SuicideDynamitePackPlusFire StartsActive = No TriggeredBy = Demo_Upgrade_SuicideBomb DeathTypes = ALL End; Behavior = FireWeaponWhenDeadBehavior ModuleTag_Bob DeathWeapon = Demo_SuicideDynamitePackPlusFire StartsActive = No TriggeredBy = Demo_Upgrade_SuicideBomb DeathTypes = NONE End[/code] |