Config Settings
Last updated
Config.identityword = 'char'Config.Slots = 3 --- max 5Config.UseMulticharIdenty = trueConfig.identityregister = {
event = true,
call = 'esx_identity:showRegisterIdentity'
}Config.DefaultSpawn = vector4(-1037.59,-2736.90,20.16,0.0)Config.relog = { ----- > all or id list (license:xxxx)
'license:1bf0cb75aed4b1b83abda5c1e679e1bdd6a2bfe6'
}
Config.SpawnScript = {
['state'] = false,
['onlynew'] = false,
}Config.SpawnSelectorExport = function(coord) -- custom spawn selector for esx
return exports.renzu_spawn:Selector({x = coord.x, y = coord.y, z = coord.z, heading = coord.w})
end