vRP-framework / vRP

FiveM (http://fivem.net) RP addon/framework
https://vrp-framework.github.io/vRP
MIT License
294 stars 191 forks source link

module\edible.lua #640

Closed Boss-Man-Dev closed 3 years ago

Boss-Man-Dev commented 3 years ago

Audio Source error for edibles line 125.

error: vRP.EXT.Audio.remote._playAudioSource(-1, "sounds/drinking.ogg", 1, 0,0,0, 30, user.source) error fix: vRP.EXT.Audio.remote._playAudioSource(-1, self.cfg.liquid_sound, 1, 0,0,0, 30, user.source) fix

ImagicTheCat commented 3 years ago

Are you interested in making a pull request or git patch ? I can do it myself, but it can be interesting for you to learn.

Boss-Man-Dev commented 3 years ago

created a pull request

ImagicTheCat commented 3 years ago

https://github.com/ImagicTheCat/vRP/commit/863ed6a54ed80eb3c71b3c2f790cfeae6da31942