mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 04:02:56 +03:00
0.915
+ added "each" to the sell menu for mags. + fixed sell message to display actual in out counts traded in bulk. +made pack vault text red. + reduced zombie alert when attempting to crack vault. + potential fix for vehicle damage spam at server start.
This commit is contained in:
@@ -106,7 +106,7 @@ if(_allowunlock) then {
|
||||
player playActionNow "Medic";
|
||||
sleep 3;
|
||||
[player,"repair",0,false] call dayz_zombieSpeak;
|
||||
null = [player,50,true,(getPosATL player)] spawn player_alertZombies;
|
||||
null = [player,25,true,(getPosATL player)] spawn player_alertZombies;
|
||||
sleep 5;
|
||||
cutText ["Combination incorrect, vault is still locked.", "PLAIN DOWN"];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user