mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #2128 from F507DMT/patch-21
Update player_music.sqf - private fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
private["_num","_sound","_length","_pause"];
|
||||
while {!r_player_dead} do {
|
||||
_num = round(random 37);
|
||||
_sound = "z_suspense_" + str(_num);
|
||||
@@ -7,4 +8,4 @@ while {!r_player_dead} do {
|
||||
playMusic _sound;
|
||||
};
|
||||
uiSleep _pause;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user