โ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
resourcesdirectoryDo not place it inside subfolders
The correct folder is the one containing underscores in the name
Ensure the resource is started in your
server.cfgIf 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
.ytdfile names correspond to the prop namesIf 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.cfgThe resource folder is placed correctly inside the serverโs
resourcesdirectoryYour 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.