mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Additional Folders/Files in System
This commit is contained in:
10
SQF/dayz_code/system/scheduler/sched_spawnCheck.sqf
Normal file
10
SQF/dayz_code/system/scheduler/sched_spawnCheck.sqf
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "scheduler.hpp"
|
||||
|
||||
sched_spawnCheck_init = { []spawn{} };
|
||||
sched_spawnCheck = {
|
||||
HIDE_FSM_VARS
|
||||
if (scriptDone _this) then {
|
||||
_this = [] execVM '\z\addons\dayz_code\compile\player_spawnCheck.sqf'; // stuffed with "sleep" commands, can't put it in scheduler
|
||||
};
|
||||
_this;
|
||||
};
|
||||
Reference in New Issue
Block a user