Update player_music.sqf

This commit is contained in:
F507DMT
2021-04-21 22:38:09 +06:00
committed by GitHub
parent d6b4812de7
commit 98d53ba6c2

View File

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