mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +03:00
Deprecated/Slow Commands
Stop using them!
This commit is contained in:
@@ -15,7 +15,7 @@ _fadeFire = _this select 8;
|
||||
|
||||
diag_log("CRASHSPAWNER: Starting spawn logic for Crash Spawner");
|
||||
|
||||
while {true} do {
|
||||
while {1 == 1} do {
|
||||
private["_timeAdjust","_timeToSpawn","_spawnRoll","_crash","_hasAdjustment","_newHeight","_adjustedPos"];
|
||||
// Allows the variance to act as +/- from the spawn frequency timer
|
||||
_timeAdjust = round((random(_variance * 2)) - _variance);
|
||||
|
||||
Reference in New Issue
Block a user