Compatibility

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.


πŸ‘• Appearance & Clothing Systems

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

  • βœ… illenium-appearance / fivem-appearance

  • βœ… qb-clothing / skinchanger

  • βœ… rcore_clothing / bl_appearance

🏠 Housing & Apartment Systems

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

  • βœ… qbx_apartments & qb-apartments

  • βœ… ps-housing (Project Sloth)


πŸ› οΈ 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.

  • SetSkin(ped, skin): Adjust how character clothing and appearance parameters are applied to the ped entity.

  • SpawnFunction(data): Modify the routing and teleportation sequence immediately after a character is selected.

  • FirstCharacterSkinMenu(): Trigger specific events when a completely new character is created.

circle-info

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

Last updated

Was this helpful?