Browse Source

High skill readd include

m3ales 4 years ago
parent
commit
fecfd9f6bf

+ 2 - 0
addons - Copy/RD501_Main/functions/reload_on_select/fnc_onWeaponFiredSwap.sqf

@@ -1,4 +1,6 @@
+#include "../../config_macros.hpp"
 params ["_unit", "_weapon", "_muzzle", "_mode", "_ammo"];
+systemChat "works";
 if(_unit ammo _muzzle > 0) exitWith
 {
 	systemChat format["fired skipped for %1", _muzzle];