rp_core (sessions, scrypt auth, self-written MySQL-wire driver rp_db), county-records NUI: residency-file auth, identity-record character intake, survey-grid spawn, procedural night-city loading screen. Secrets replaced with .example files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
375 B
Lua
20 lines
375 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
name 'rp_session'
|
|
description 'Connection gate, accounts, characters and spawn'
|
|
author 'Los Santos RP'
|
|
version '1.0.0'
|
|
|
|
shared_scripts {
|
|
'@rp_core/shared/config.lua',
|
|
'@rp_core/shared/util.lua',
|
|
'@rp_core/shared/appearance.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'@rp_db/lib/db.lua',
|
|
'@rp_core/lib/callbacks_server.lua',
|
|
'server/main.lua',
|
|
}
|