Rosw3llUK
Rosw3llUK
You Could use the new exports he has added, Example: ``` Citizen.CreateThread(function() while not exports or not exports['hypnonema'] do Wait(1) end local URLTOPLAY = 'https://www.linktovideo.com/video,mp4' local screens = json.decode(exports.hypnonema:getScreenList()) for...
Im pretty certain if you use cloudflare, or i hhave in the past, the authentic origin ip is stored as a header sent by cloudflare, which is the origin IP...
Removed QBus Support, Left Nil checks and manifest update
> Hey, thanks for the issue! > > I think I've fixed it in [this](https://github.com/calumari/fivem-react-boilerplate/pull/33) branch. Could you let me know if it works and I'll merge it into master,...
Might wanna edit it in the example as well though :p lol
> I would remove the comment from the bottom of the client code and add it to the README as an example instead. I'll upload an example of what I...
I was wondering if it could potentially be being caused by the loop focused on one thing, then it "Instantly closing the NUI" then instantly attempting to reopen it again,...
> > I was wondering if it could potentially be being caused by the loop focused on one thing, then it "Instantly closing the NUI" then instantly attempting to reopen...
To be honest i have different jobs on all my options, as its easier than redrawing the polys each time, i have them on zones, peds, models etc.. it literally...
Suprisingly just removing the following 2 lines from the last update ``` targetActive = false SendNUIMessage({response = "closeTarget"}) ``` Has completely resolved my issue of it crashing, including keeping the...