Logs for RyanZ

This commit is contained in:
He-Man 2020-08-05 18:45:45 +02:00
parent 6c6330bfd1
commit 79af853fb0

View File

@ -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";
};