Dillon Skaggs

Results 220 comments of Dillon Skaggs

@colistro123 Can you rebase this again

Ah, thanks a bunch for pointing that out, didn't think about that :)

This would be a @technetium-cfx question, but getting these on your own isn't that hard, iirc there's a green screen resource you can use and then you can just filter...

This goes in and out of being an issue randomly There is no reproduction step here that actually works. These can probably be streamed as native sounds and used via...

Most of what pma-voice does is just wrap the built in FiveM mumble calls into a way that users most commonly want to use them, if it isn't exposed via...

Before something like this is added I would like to have a better way for clients to mute other clients, I [already wrote it up](https://github.com/AvarianKnight/fivem/tree/feat/mumble/mute-deafen-natives) a while ago but never...

> If i can be of any help, dont hesitate to contact me. We could do testing in a production environment for example. :) > > > You can see...

Can you show example code?

I can't replicate this either (with the provided snippet, or this one) ```ts const position = GetEntityCoords(PlayerPedId(), true); setTick(() => { SetDrawOrigin(position[0], position[1], position[2], false) BgSetTextScale(0.30, 0.30); BgSetTextColor(255, 255, 255,...

Is there really a reason to add this vs the user having their own extension functions (similar to how gmod does it)