A collection of common problems and their solutions to help you quickly troubleshoot your scripts
If your crm-screener isn’t generating female images, it’s likely because the ped model doesn’t load properly when switching from male to female.
Fix Instruction
1) Navigate to:
crm-appearance -> crm-screener -> crm-client.js
2) Search for the following function (around line 118):
async function crm_env_ready() { crm_faces(); }
3) Replace it with this:
async function crm_env_ready() { crm_comps('mp_f_freemode_01'); }
4) Quit FiveM completely, then restart the script or your server.
5) Join FiveM and open the character creator (via /skin or your preferred command).
6) Select the female ped model mp_f_freemode_01 and save the appearance.
mp_f_freemode_01
7) Run /crm_screen — the system will now generate female images correctly!
/crm_screen
Last updated 3 days ago