Skip to content
#

game-mod

Here are 275 public repositories matching this topic...

Pirulax
Pirulax commented Feb 18, 2022

Describe the bug
setSoundEffectParameters doesn't work in onClientSoundEvent, because the underlaying BASS handle isn't created at that point, only a frame later.

https://discord.com/channels/801330706252038164/801411628600000522/944225468167634975
I looked into it, and found out that the handle isn't even created at the point the event is called:
https://github.com/multitheftauto/mt

bug good first issue
maps
cerus
cerus commented Oct 1, 2021

The code is lacking some documentation. This is a nice starter issue if you're kind of new to Open Source or Spigot or just want to work on something simple. (You don't have to comment everything if you don't want to, but it would be nice if you document at least one module.)

Comment if you want to work on this. If you have any questions or need some help feel free to contact me.

documentation good first issue hacktoberfest

Improve this page

Add a description, image, and links to the game-mod topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the game-mod topic, visit your repo's landing page and select "manage topics."

Learn more