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