mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 06:02:56 +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;
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ while {(!isNull _display) && !r_player_dead} do {
|
||||
};
|
||||
case (isInTraderCity) : {
|
||||
_btnAbort ctrlEnable false;
|
||||
localize "str_epoch_player_12" call dayz_rollingMessages;
|
||||
[localize "str_epoch_player_12",1] call dayz_rollingMessages;
|
||||
};
|
||||
default {
|
||||
_btnAbort ctrlEnable true;
|
||||
|
||||
Reference in New Issue
Block a user