Configuration
Actions
Actions = { -- Actions for business
Command = 'locksmith', -- Command for business actions
Target = {
Icon = 'fas fa-hammer',
Distance = 2.5,
}
},Models
CraftingTable = { -- Crafting table settings
Model = `prop_tool_bench02_ld`, -- Model for crafting table
Type = 3, -- Entity type for crafting table [1 = PED, 3, OBJECT]
Target = {
Icon = 'fas fa-hammer',
Distance = 2.5,
}
},
BossActions = {
Model = `s_m_m_cntrybar_01`,
Type = 1,
Target = {
Icon = 'fas fa-hammer',
Distance = 2.5,
}
},Last updated