From 68be422c8ac7919312a1b9710735f2e7930a94c1 Mon Sep 17 00:00:00 2001 From: ghermans Date: Sun, 7 Apr 2019 16:07:33 +0200 Subject: [PATCH] Fixed #2 --- CHANGELOG.md | 5 ++++- client.lua | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46c42f..513fe67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0-alpha3 +* Fixed an issue that caused gun shots to stop being heard when the player left the nightclub. + ## 1.0-alpha2 * Added banner outside the nightclub. * Added barrier outside the nightclub. @@ -5,4 +8,4 @@ ## 1.0-alpha * Added the nightclub blip. -* Added the nightclub interior. +* Added the nightclub interior. \ No newline at end of file diff --git a/client.lua b/client.lua index 03f862f..2f60d52 100644 --- a/client.lua +++ b/client.lua @@ -27,7 +27,8 @@ function CleanUpInterior(interiorID) Wait(10) end end - + + StopAudioScenes() ReleaseScriptAudioBank() Wait(200) RefreshInterior(interiorID)