Fix spawn marker count for non-cherno maps

This commit is contained in:
ebaydayz
2016-04-17 15:32:47 -04:00
parent a3cfdd4058
commit 59a4459809
10 changed files with 30 additions and 12 deletions

View File

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

View File

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