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>
12 lines
205 B
Lua
12 lines
205 B
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
|
|
name 'rp_dbtest'
|
|
description 'Self-test for the rp_db driver. Not started in production.'
|
|
version '1.0.0'
|
|
|
|
server_scripts {
|
|
'@rp_db/lib/db.lua',
|
|
'server/test.lua',
|
|
}
|