From 79af853fb0c5e56c4d39baec0e8819583df7f132 Mon Sep 17 00:00:00 2001 From: He-Man Date: Wed, 5 Aug 2020 18:45:45 +0200 Subject: [PATCH] Logs for RyanZ --- Sources/Epoch_server_RyanZ_Spawner/fn_init.sqf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Sources/Epoch_server_RyanZ_Spawner/fn_init.sqf b/Sources/Epoch_server_RyanZ_Spawner/fn_init.sqf index 5175ecd9..5fd1c9f9 100644 --- a/Sources/Epoch_server_RyanZ_Spawner/fn_init.sqf +++ b/Sources/Epoch_server_RyanZ_Spawner/fn_init.sqf @@ -1,4 +1,6 @@ -if !(isclass (configFile >> "CfgPatches" >> "Ryanzombies")) exitwith {}; +if !(isclass (configFile >> "CfgPatches" >> "Ryanzombies")) exitwith { + diag_log "Epoch Debug: RyanZ Spawner skipped - RyanZombies seems to not run on this Server"; +}; [] spawn { waituntil {uisleep 1; !isnil "Ryanzombiesdamage" && !isnil "Ryanzombieshealth" && !isnil "Ryanzombieslimit" && !isnil "RZ_fnc_zombie_attackHuman" && !isnil "RZ_CrawlerAggressiveArray"}; uisleep 15; @@ -193,4 +195,5 @@ if !(isclass (configFile >> "CfgPatches" >> "Ryanzombies")) exitwith {}; uisleep 0.5; }; }; + diag_log "Epoch Debug: RyanZ Spawner Started"; }; \ No newline at end of file