blumlaut
blumlaut
> I _think_ this is as simple as adding `addPlugin` to exports passing functions between resources _does not_ work, as resources are contained and funcrefs from resource A dont exist...
https://easyadmin.readthedocs.io/en/latest/permissions/
you could also extend this to variables and function names, would definetely be useful. this wouldn't even need a detection method either, just scrambling them in the first place would...
haven't been near a fivem compatible computer for a while, can I merge this blindly? if so I might just do that..
perfect! merging this then.
IIRC i was experimenting with exports before but as always there are timing and/or scope problems, you cant easily pass the scope around so all of it is kinda yucky...
This is currently due to how your player stats are synced, generally the Decor system is outdated and should be replaced anyway, as a workaround you can get the hunger/thirst...
Look at the code for examples: https://github.com/Blumlaut/RottenV/blob/ae658a5738f85583f3ea8e842a3e0ef40155d4ef/client/inventory/food.lua#L30 https://github.com/Blumlaut/RottenV/blob/ae658a5738f85583f3ea8e842a3e0ef40155d4ef/client/inventory/food.lua#L48
> netevent for client side 🤔 No, they are interchangeable, both use the same internal function for it.
` NO! You can't replace RegisterNetEvent with RegisterServerEvent and expect everything to work!` Yes you can? RegisterServerEvent and RegisterNetEvent are interchangeable.