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

Commit

Permalink
Merge pull request #5 from FiveM-Scripts/hotfix
Browse files Browse the repository at this point in the history
Fixed #2
  • Loading branch information
ghermans authored Apr 7, 2019
2 parents f8dc428 + 68be422 commit c7329c3
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 c7329c3

Please sign in to comment.