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.
Need a custom snippet? If you are integrating a private housing or clothing script, reach out on our Discord for technical guidance.