ACE3/addons/frag/functions/fnc_denyFrag.sqf

7 lines
174 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
private ["_ret"];
_ret = [(_this select 0)] call FUNC(removeTrack);
if(!_ret) then {
[(_this select 0)] call FUNC(addBlackList);
};