Common Issues
A collection of common problems and their solutions to help you troubleshoot crm-multicharacter quickly.
CreatePed Error
Because crm-multicharacter loads early when a player joins, a CreatePed error can look like it comes from the script. In almost every case, it doesn’t.
This is not a crm-multicharacter problem. The script only loads the ped your server provides — if that ped can’t be created, the cause is in your server files, not the script.
Common causes
| Cause | Details |
|---|---|
| Unstable server artifacts | Outdated, broken or experimental artifacts can break ped creation. |
| Incompatible clothing packs | Addon clothing, DLC packs or custom models with missing textures, wrong structure, or corrupted YDD/YMT files will crash ped creation. |
| Corrupted streamed ped files | Two resources streaming the same file, or a corrupted outfit, can make CreatePed fail. |
| YMT limit reached | Exceeding GTA’s native YMT component limit stops peds from loading correctly. |