ACE3/addons/frag/functions/fnc_addBlackList.sqf

5 lines
132 B
Plaintext
Raw Normal View History

2015-04-27 12:02:59 +00:00
#include "script_component.hpp"
private ["_round"];
_round = _this select 0;
2015-06-19 03:04:48 +00:00
GVAR(blackList) set [(count GVAR(blackList)), _round];