ACE3/addons/frag/fnc_addBlackList.sqf

4 lines
133 B
Plaintext

#include "script_component.hpp"
private ["_round"];
_round = _this select 0;
GVAR(blackList) set[(count GVAR(blackList)), _round];