The portrait shows initials instead of a face
The portrait shows initials instead of a face
The game renders headshots asynchronously and occasionally refuses outright. The fallback is drawn in the same circle so nothing shifts, and the next open tries again.If it never comes back, even after reopening, another resource is likely exhausting the game’s headshot slots. Restart the resource to clear ours. If it is consistently slow rather than absent, raise
Config.PlayerInformation.portrait.timeoutMs.The face is too zoomed in, or the head sits oddly in the circle
The face is too zoomed in, or the head sits oddly in the circle
Config.PlayerInformation.portrait.zoom. 1 is the texture exactly as the game rendered it, which already frames head and shoulders. The default of 1.08 only trims the margin.Session and total playtime never appear
Session and total playtime never appear
Total playtime is the only feature that uses the database, so check
oxmysql is in your start order. The table builds itself on first start, so there is no SQL file to import.Both numbers hang off the bridge telling us a character has loaded. If the bridge cannot see your framework, check it started first: it works out what you run at load time, so anything starting after it is invisible to it. Config.Debug in the bridge prints what it picked.Dirty money always reads zero
Dirty money always reads zero
You are on QBCore or QBox with
type = 'account'. Neither has a black_money account, so the lookup honestly returns nothing. Dirty money there is the marked bills item:config.lua
The job grade is missing
The job grade is missing
We only ever show the framework’s own label for a grade, never its internal name. A job whose grades carry no label shows no grade, which is better than putting
grade_3 on screen.Add a label to that grade in your framework’s job config and it appears.The console says 'Could not check for updates'
The console says 'Could not check for updates'
The version file for this resource has not been published yet, or your server cannot reach
raw.githubusercontent.com. It is a notice, not a fault: nothing about the resource depends on it.Config.updateNotifications = false silences the check and the banner together.Still stuck
Support
How to reach us, and what to include so the first reply is a useful one.