Epoch/Sources/epoch_code/compile/setup/EPOCH_client_rejectPlayer.sqf
2015-09-14 15:55:36 -05:00

4 lines
84 B
Plaintext

if (_this) then {
PLAYER_BADHIVE = true;
publicVariableServer "PLAYER_BADHIVE";
};