NEW: Core Setup

This commit is contained in:
2025-11-13 01:53:27 +01:00
parent c7d39e6702
commit d288c43ef7
3 changed files with 71 additions and 0 deletions

17
fxmanifest.lua Normal file
View File

@@ -0,0 +1,17 @@
fx_version 'cerulean'
games 'gta5'
author 'gb-framework'
description 'n/a'
version '0.0.1'
-- dependency 'ghmattimysql'
client_scripts {
'core/cl_core.lua'
}
server_scripts {
'core/sv_core.lua'
}