FAQ
Escrow, artifacts & entitlement
Error parsing script / Failed to load script / syntax errors in protected scripts
Your server artifacts are outdated. Update to a recommended build (or ensure artifacts meet the minimum version your resources require, e.g. 5181+ where stated). You may see messages like syntax error near '<1>' in the console for the same reason.
You lack the required entitlement to use resource
Ensure your FiveM server license key and the asset are tied to the same Cfx.re Keymaster account. Restart the server. If you bought the asset on the wrong account, transfer it in the Cfx.re Portal or move the purchase to the account that owns your server key.
Failed to verify protected resource
Files may be corrupted during transfer (some FTP clients are known to cause this). Use a reliable client such as WinSCP. Ensure hidden files are copied: the .fxap file must be present in protected resources.
Tebex & billing
How do I find my Tebex purchase ID or cancel a subscription?
Use Tebex Payment history.
Phone & YSeries
My camera is not working. Why is that?
See the camera setup guide: Configure β Camera.
Do you have an installation video of the phone?
Yes: Installation video.
How do I remove an app?
- Open
config/config.jsonand find the app entry. - Remove the app block entirely (do not only comment it out).
- Restart the phone resource, or preferably the whole server.
JSON does not support // comments-if you βcommented outβ an app, the file may be invalid until those lines are removed.
Can I use both YFlip and YPhone on a single server?
Yes. You can run both as one unified setup by purchasing the YSeries Bundle.
How do I flip or fold a phone?
- Option 1: Use the key bind (default
/). - Option 2: Use the hidden control in the phone layout - short demo clip.
When I Alt+Tab, the phone stops working. Why?
The default toggle focus key is Alt. After returning to the game, press Alt again to toggle NUI focus back.
Why is my phone or billing broken after revive on ESX?
- Phone: edit
client/custom/functions/death.lua. - Billing: edit
client/custom/utils/death.lua. - Set the revive event to match your ambulance/medical script (example:
RegisterNetEvent('esx_ambulancejob:revive', function()at the end of the file). - Restart the resource.
If it still fails, the event name may differ-check the ambulance resourceβs docs or ask its author for the correct revive event.
Frameworks
Why doesnβt my resource work with a framework that isnβt officially supported?
Only the frameworks listed in each productβs docs are supported out of the box. For custom frameworks (anything other than what we document, e.g. QBCore, Qbox, ESX where stated), integration is your responsibility.
Properties
How do I delete a property?
Use the admin menu from the /allproperties command.