Last updated
Last updated
Every standard QB-Core server comes with screenshot-basic
and qb-phone
out of the box. This at present is configured to use Discord as a CDN.
To upgrade to Fivemerr, follow these simple instructions below:
Navigate to qb-phone/main/server/main.lua
Update WebHook
to the Fivemerr API url based on your token type.
Missed the Fivemerr setup? You can find it
On line 585/586 locate and find the following callback registration event
Found it? Great!
Now replace it to this:
Navigate to qb-phone/main/client/main.lua
Search for exports['screenshot-basic']:requestScreenshotUpload
within this file
You should find something similar to this:
Found it? Great!
Now update it to this:
Restart your qb-phone
or server and you're done π!