ACE3/addons/frag/functions/fnc_fired.sqf
2015-06-16 22:39:37 -05:00

9 lines
188 B
Plaintext

#include "script_component.hpp"
private["_gun", "_type", "_round"];
_gun = _this select 0;
_type = _this select 4;
_round = _this select 6;
[_gun, _type, _round] call FUNC(addPfhRound);