mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Logs for RyanZ
This commit is contained in:
parent
6c6330bfd1
commit
79af853fb0
@ -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";
|
||||
};
|
Loading…
Reference in New Issue
Block a user