โ“FAQ

Frequently Asked Questions


Support Notice
We provide support for our assets only.
We do not offer support for configuring third-party scripts, inventories, housing systems, or custom integrations.

โžก๏ธHow do I add the props to my server?ย 

To use the props in your FiveM server, follow these general steps:

  • Place the stream-ready folder into your serverโ€™s resources directory

    • Do not place it inside subfolders

    • The correct folder is the one containing underscores in the name

  • Ensure the resource is started in your server.cfg

    • If the resource is not started, the props will not load

  • Add the props to your inventory or usage script

    • Use an existing item in your script as a reference for formatting

  • Add the items to your shop (if applicable)

    • Most inventory scripts include a shop configuration

If these steps are followed correctly, the props will load in-game.

Important:
We do not provide support for configuring third-party scripts. There are many different inventory and usage systems, and it is the customerโ€™s responsibility to configure items correctly for their server.

โžก๏ธWhere can I find the prop names?ย 

  • Prop names can be found inside the stream folder

  • The .ytd file names correspond to the prop names

  • If inventory images are included, the image file names also match the prop names

โžก๏ธThe props are not showing in-game. What should I check?ย 

Please verify the following:

  • The correct resource folder is added to server.cfg

  • The resource folder is placed correctly inside the serverโ€™s resources directory

  • Your server is linked to the same Keymaster account used to purchase the asset (FiveM Asset Escrow)

  • Prop names are spelled correctly in your script configuration

  • The script you are using supports custom props

If all of the above is correct and the props still do not appear, the issue is likely related to your script configuration. ย We do not provide support for troubleshooting third-party scripts.

โžก๏ธHow do positioning and animations work for props?ย 

Our packages primarily include props only.
Animations and positioning are not included and must be configured within the script you are using on your server.

Positioning is handled through coordinates defined in your script configuration. Different scripts may use different formats or handle offsets differently.

Basic structure example:
pos = (x, y, z)
rot = (x, y, z)

Props are attached to character bones (such as hands), which are defined by numeric bone IDs.

Please note:
We do not provide support for setting up animations, adjusting coordinates, or configuring prop attachments in third-party scripts.

โžก๏ธI purchased props, but I canโ€™t use them in CodeWalker or external toolsย 

This is due toย FiveM Asset Escrow.

When you purchase props from our store:

  • The assets are linked to your CFX / Keymaster account

  • They will only function on FiveM servers linked to that account

  • They cannot be used in external tools or third-party applications (such as CodeWalker)

You can still create YMAPs using in-game map editors, as long as this is done on a server linked to the Keymaster account that owns the asset.

Please note:
This is a FiveM limitation and cannot be bypassed.

โžก๏ธThe housing furniture config is not workingย 

Some packages include furniture lists for popular housing scripts.

These configs:

  • Are provided as a convenience

  • May not be fully tested across all housing systems

  • May require adjustment depending on your setup

These configs are provided as a reference only. We do not provide support for fixing or modifying housing script configurations.