This commit is contained in:
2025-11-13 00:40:59 +01:00
parent eac090903b
commit f3907fb25b
9 changed files with 21 additions and 0 deletions

0
client/main.lua Normal file
View File

0
client/utils.lua Normal file
View File

0
config/config.lua Normal file
View File

0
database/mysql.lua Normal file
View File

21
fxmanifest.lua Normal file
View File

@@ -0,0 +1,21 @@
fx_version 'cerulean'
game 'gta5'
author 'GB-Core'
description 'GB Framework Core'
version '1.0.0'
server_scripts {
'@mysql-async/lib/MySQL.lua', -- MySQL library
'config/config.lua',
'server/utils.lua',
'server/player.lua',
'server/commands.lua',
'server/main.lua'
}
client_scripts {
'config/config.lua',
'client/utils.lua',
'client/main.lua'
}

0
server/commands.lua Normal file
View File

0
server/main.lua Normal file
View File

0
server/player.lua Normal file
View File

0
server/utils.lua Normal file
View File