fxserver-resource-scrambler icon indicating copy to clipboard operation
fxserver-resource-scrambler copied to clipboard

scrambles fivem events under certain circumstances

Open Blumlaut opened this issue 6 years ago • 1 comments
trafficstars

I'm not sure why, but in connectqueue it scrambles these two events: https://github.com/Nick78111/ConnectQueue/blob/master/connectqueue/shared/sh_queue.lua#L653

https://github.com/Nick78111/ConnectQueue/blob/master/connectqueue/shared/sh_queue.lua#L869

which are both default fivem events, but in all other resources these do not get scrambled, whats going on?

Blumlaut avatar Jun 24 '19 14:06 Blumlaut

figured it out: connectqueue uses shared for both server/client, seperating the code fixes it.

Blumlaut avatar Jun 24 '19 15:06 Blumlaut