Epoch/Sources/epoch_code/compile/setup/EPOCH_client_rejectPlayer.sqf

4 lines
84 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
if (_this) then {
PLAYER_BADHIVE = true;
publicVariableServer "PLAYER_BADHIVE";
};