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

11 lines
182 B
Plaintext
Raw Normal View History

2015-09-14 20:55:36 +00:00
call EPOCH_clientInit;
2015-12-07 16:24:52 +00:00
[] spawn EPOCH_masterLoop;
2015-09-14 20:55:36 +00:00
[5,100] call EPOCH_niteLight;
Epoch_canBeRevived = true;
[] execFSM "\x\addons\a3_epoch_code\system\gender_selection.fsm";
2015-11-08 15:26:38 +00:00
true