Recent content by Capacitor

  1. C

    Turret damage own team?

    What kind of command would be needed to change "turret.damage_own_team = 1;" to 0 in the "_zm_equip_turret.gsc" file _zm_equip_turret.gsc if ( isDefined( weapon ) ) { { (buncha other stuff) } turret.damage_own_team = 1; } Note: I have successful changed things in other files from the...
Top