ACE3/TO_MERGE/ace/sys_cargo/slingload/fnc_hasropemag.sqf

9 lines
187 B
Plaintext
Raw Normal View History

2015-01-29 23:18:45 +00:00
private ["_r"];
#include "script_component.hpp"
_r = "";
{
if (getNumber(configFile >> "CfgMagazines" >> _x >> "ACE_SlingRope") == 1) exitWith {_r = _x};
} forEach magazines player;
_r