mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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 {
|
while {!r_player_dead} do {
|
||||||
_num = round(random 37);
|
_num = round(random 37);
|
||||||
_sound = "z_suspense_" + str(_num);
|
_sound = "z_suspense_" + str(_num);
|
||||||
@@ -7,4 +8,4 @@ while {!r_player_dead} do {
|
|||||||
playMusic _sound;
|
playMusic _sound;
|
||||||
};
|
};
|
||||||
uiSleep _pause;
|
uiSleep _pause;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user