client.lua
Documentation for client.lua Configuration
Herbs Spawn Distance
Config.HerbsSpawnDistance = 45.0Clothing Configuration
Config.Clothing = {
["mp_m_freemode_01"] = {
{
img = "https://cfx-nui-devhub_herbalAlchemist/html/host/alchemist_m1.png",
clothes = {
torso = {95, 1},
tshirt = {15, 0},
pants = {90, 0},
boots = {63, 4},
gloves = {26, 0},
}
},
-- More male clothing sets here...
},
["mp_f_freemode_01"] = {
{
img = "https://cfx-nui-devhub_herbalAlchemist/html/host/alchemist_f1.png",
clothes = {
torso = {49, 1},
tshirt = {15, 0},
pants = {93, 2},
boots = {66, 4},
gloves = {20, 0},
}
},
-- More female clothing sets here...
}
}Vehicle Configuration
Disable Vehicles
Vehicle Spawn Points
Main Ped Configuration
Alchemy Tables
Delivery Points
Notification Types
HUD Placement
Last updated