mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
e5f02f8d63
sys_cargo to merge
9 lines
187 B
Plaintext
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 |