ACE3/addons/frag/functions/fnc_addBlackList.sqf
PabstMirror 9c0478ddfd Cleanup
2015-06-18 22:04:48 -05:00

5 lines
132 B
Plaintext

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