[SNIPPET] Disabling thermals on assembled static weapons

Party-approved future science plus handbooks for the revolution
Post Reply
User avatar
wolfenswan
Posts: 1209
Joined: Wed May 25, 2011 4:59 pm

[SNIPPET] Disabling thermals on assembled static weapons

Post 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}];

Post Reply