mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 02:01:49 +03:00
Fix spawn marker count for non-cherno maps
This commit is contained in:
@@ -138,7 +138,7 @@ playMusic "dayz_track_death_1";
|
||||
uiSleep 2;
|
||||
|
||||
for "_x" from 5 to 1 step -1 do {
|
||||
format[localize "str_return_lobby",_x] call dayz_rollingMessages;
|
||||
[format[localize "str_return_lobby",_x],1] call dayz_rollingMessages;
|
||||
uiSleep 1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user