Merge pull request #2128 from F507DMT/patch-21

Update player_music.sqf - private fix
This commit is contained in:
A Man
2021-05-03 14:09:52 +02:00
committed by GitHub

View File

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