Commands For user and Admin
Copy Config.Command = 'ped' -- user player
Config.Staff = { -- admin player
Command = 'peds', -- command for admin player
Group = {'admin', 'mod'} -- group of admins
}
Copy Config.Locale = 'es' -- 'es'/'en'
Copy Config.Framework = 'auto' -- 'auto'/'esx'/'qb'
Copy Config.Clothing = 'auto' -- 'auto'/'esx_skin'/'illenium-appearance'/'qb-clothing'/'custom'
Copy Config.Notify = 'ox_lib'-- 'ox_lib'/'esx'/'qb'/'custom' --> custom/Notify
Copy Config.UpdateSQL = 15 -- Time x seconds --> Update SQL
Copy Config.effects = {
enabled = true,
effects = {
{dictionary = 'scr_rcbarry2', name = "scr_clown_appears"},
{dictionary = 'scr_rcbarry1', name = "scr_alien_teleport"},
-- add more https://vespura.com/fivem/particle-list/
}
}