Daniel GP
Daniel GP
> I have the same problem even when I call something like this up I think that's a problem caused by the new [msg pack serializer](https://github.com/citizenfx/fivem/pull/2546)
Maybe it's a good idea to go back to the old message pack serializer? At least for v2 to be functional in this aspect
> This needs some adjustments to not break the text selection feature when filtering is active. Item rendering should still use the ImGUI clipper while filtering. Nice change though!😄 I'll...
Adding a new argument can cause existing scripts to stop working or I'm wrong?
But for example C# forces you to send all the arguments to invoke natives, it don't have default values
I've made changes in case anyone wants to review it.
> This is very cool, but also Client ID is _not_ their client id its their slot id, iirc some of the other ui has something to convert from slot...
I'm not sure if this is possible. Maybe it would be better to kill the game instance and restart it from scratch? That way, we'll avoid other problems related to...
> You need to think that is not only the fact that people uses "disconnect" command, if server crashes, you get dropped from the server for any reason at all,...
This exploit should be fixed by #3717, but that change is only available in canary for now.