Skip to Content
MulticharacterCommon Issues

Common Issues

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

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

CauseDetails
Unstable server artifactsOutdated, broken or experimental artifacts can break ped creation.
Incompatible clothing packsAddon clothing, DLC packs or custom models with missing textures, wrong structure, or corrupted YDD/YMT files will crash ped creation.
Corrupted streamed ped filesTwo resources streaming the same file, or a corrupted outfit, can make CreatePed fail.
YMT limit reachedExceeding GTA’s native YMT component limit stops peds from loading correctly.

How to fix it

Change your artifacts

Change your server artifacts to a stable build.

Test clothing packs

Test your clothing packs one at a time to find the culprit.

Remove the bad pack

Remove or repair any corrupted clothing packs.