Page 1 of 1

[SNIPPET] Disabling thermals on assembled static weapons

Posted: Wed Oct 29, 2014 9:09 am
by wolfenswan
To disable the thermals on bag-carried static weapons (such as the .50 cal or the TITAN launcher), put this in the init.sqf:

Code: Select all

player addEventHandler ["WeaponAssembled",{(_this select 1) disableTIEquipment true}];