This commit is contained in:
2025-11-13 01:34:18 +01:00
parent f3907fb25b
commit c7d39e6702
10 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +0,0 @@
# gb-core

View File

View File

View File

View File

View File

@@ -1,21 +0,0 @@
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'
}

View File

View File

View File

View File