mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update player_music.sqf
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);
|
||||
|
||||
Reference in New Issue
Block a user