Hi all
Well, now i'm working with my config file to my sniper pack
And i have a problem
I like to run two script when i firing with my rifle. And i like to add this as:
class EventHandlers
{
fired = "if ((_this select 4) == ""AMMOM82APMag"" || (_this select 4) == ""AMMOM82ATMag"") then {_this call loadFile ""\myaddon\script\weaponFX\m82fx.sqf""};";
};
As you all can see i have added a effect smoke/fire when i firing, and it's works. But the problem is, i like to add a tracer to Â
I want to use WolfbaneÂ's tracerfx script, so it is possible to make a another file who included \myaddon\script\weaponFX\m82fx.sqf and \wbe_tracerfx\wbe_tracerfx.sqs  ?
Thanks