ACE3/addons/frag/functions/fnc_fired.sqf

9 lines
188 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-06-17 03:39:37 +00:00
private["_gun", "_type", "_round"];
_gun = _this select 0;
_type = _this select 4;
_round = _this select 6;
2015-06-17 03:39:37 +00:00
[_gun, _type, _round] call FUNC(addPfhRound);