So I'm trying to make a rageban mod that gives a slightly different approach to your stock-standard ban, but I need it to play a sound too.
I tried stealing the umsg that ulx.playsound uses, but it just spits out errors into the server console.
I've tried looping through all players and making them play the sound I want, I've tried forcing them to run play sound/gtfo.mp3, i've tried everything a lot of things and I get errors or no sound.
Can I get some assistance?
The code is pretty much the same as what you would see in the default ban module, with an additional sound file playing. The base functions still work, just the sound wont play.