Starter Items
Configure items that new characters receive automatically upon creation.
๐ฆ Configuration
Config.StarterItems = {
{ name = 'phone', amount = 1 },
{ name = 'id_card', amount = 1, customExport = false },
{ name = 'driver_license', amount = 1, customExport = false },
}โ๏ธ Item Properties
Property
Type
Required
Description
๐ Basic Items
Config.StarterItems = {
{ name = 'phone', amount = 1 },
{ name = 'bread', amount = 5 },
{ name = 'water', amount = 5 },
{ name = 'bandage', amount = 3 },
}๐ ID Cards & Licenses
Standard Metadata
Custom ID Card Systems
๐ฎ Framework Differences
QBCore / QBox
ESX
๐ Complete Example
๐ง Custom Item Logic
โ Troubleshooting
Items Not Being Added
ID Cards Not Working
Amount Issues
Last updated