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

4 lines
133 B
Plaintext

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