ACE3/TO_MERGE/ace/sys_cargo/slingload/fnc_hasropemag.sqf
Giallustio e5f02f8d63 sys_cargo
sys_cargo to merge
2015-01-30 00:19:13 +01:00

9 lines
187 B
Plaintext

private ["_r"];
#include "script_component.hpp"
_r = "";
{
if (getNumber(configFile >> "CfgMagazines" >> _x >> "ACE_SlingRope") == 1) exitWith {_r = _x};
} forEach magazines player;
_r