Configuration Guide
This is a model changer, you will need to add addon peds yourself then configure them below. You can find some nice ones here.
config.lua
config.lua
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This is where you will find all the documentation covering the configuration for our script, if you need anything that is not a configurable option do not hesitate to reach out to use via discord!
config.discord = { -- Required trase_discord: https://github.com/ImTrase/trase_discord
enabled = true,
role = '', -- The discord role of the donator, ensure the value is "number"
refresh = { -- A command to refresh permissions. (Used to prevent discord rate limits) [ONLY FOR DISCORD PERMS]
enabled = true, -- Enable commmand?
command = 'pedrefresh', -- The command to refresh perms
cooldown = 10 -- Seconds to wait between usage
}
}
config.peds = {
[1] = {label = 'DC', model = `a_m_m_fatlatin_01`},
[2] = {label = 'Monkey', model = `a_c_chimp`},
}