Revered macro on fnc_throwGrenade

This commit is contained in:
SAM 2015-05-15 14:47:37 +02:00
parent 8199a4ad34
commit 736c4f94e1

View File

@ -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 {};