Skip to Content
AppearanceCommon Issues

Common Issues

A collection of common problems and their solutions to help you troubleshoot crm-appearance quickly.

Female images not generating

Female images not generating in crm-screener

If crm-screener isn’t generating female images, the ped model usually isn’t loading correctly when switching from male to female. Here’s how to fix it.

Open the screener client file:

      • crm-client.js

Find the function

Around line 118, locate this function:

crm-appearance/crm-screener/crm-client.js
async function crm_env_ready() { crm_faces(); }

Replace it

crm-appearance/crm-screener/crm-client.js
async function crm_env_ready() { crm_comps('mp_f_freemode_01'); }

Reload and regenerate

  1. Quit FiveM completely, then restart the script (or your server).
  2. Rejoin and open the character creator (via /skin or your preferred command).
  3. Select the female ped model mp_f_freemode_01 and save the appearance.
  4. Run /crm_screen — female images will now generate correctly.