mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revered macro on fnc_throwGrenade
This commit is contained in:
parent
8199a4ad34
commit
736c4f94e1
@ -1,10 +1,10 @@
|
|||||||
// by commy2
|
// by commy2
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_magazine"];
|
private ["_unit","_weapon","_magazine"];
|
||||||
|
|
||||||
PARAMS_2(_unit,_weapon);
|
|
||||||
|
|
||||||
|
_unit = _this select 0;
|
||||||
|
_weapon = _this select 1;
|
||||||
_magazine = _this select 5;
|
_magazine = _this select 5;
|
||||||
|
|
||||||
if (_weapon != "Throw") exitWith {};
|
if (_weapon != "Throw") exitWith {};
|
||||||
|
Loading…
Reference in New Issue
Block a user