Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans committed Apr 7, 2019
1 parent f8dc428 commit 68be422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 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.
* Added static coordinates to spawn outside the club instead using safecoords.

## 1.0-alpha
* Added the nightclub blip.
* Added the nightclub interior.
* Added the nightclub interior.
3 changes: 2 additions & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ function CleanUpInterior(interiorID)
Wait(10)
end
end


StopAudioScenes()
ReleaseScriptAudioBank()
Wait(200)
RefreshInterior(interiorID)
Expand Down

0 comments on commit 68be422

Please sign in to comment.