UZ Scripts
Multicharacter

Compatibility & API

Third-party resource routing and developer API hooks for the Boyraz Multicharacter system.

The Boyraz ecosystem is built to be strictly "Plug & Play" with the most popular resources in the FiveM community. All external resource routing is handled safely within Compatibility.lua.

Compatibility.lua

Supported Resources

The script automatically detects the active resource and natively routes skin data through:

  • illenium-appearance / fivem-appearance
  • qb-clothing / skinchanger
  • rcore_clothing / bl_appearance

No manual configuration needed — the system auto-detects which clothing resource is installed and routes accordingly.

Built-in routing logic ensures players spawn correctly in their properties:

  • qbx_apartments & qb-apartments
  • ps-housing (Project Sloth)

If your housing script is not listed, use the SpawnFunction API hook to add custom spawn routing.


Developer API & Hooks

If your server runs custom or heavily modified systems, you can easily adapt the logic by modifying the functions in Compatibility.lua.

Need a custom snippet? If you are integrating a private housing or clothing script, reach out on our Discord for technical guidance.

On this page