ACE3/addons/frag/functions/fnc_denyFrag.sqf
2015-01-12 21:14:27 -08:00

7 lines
171 B
Plaintext

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