1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 08:45:18 +02:00
parent 636ffb007e
commit 4c9a54ff7b
10 changed files with 944 additions and 0 deletions

View file

@ -0,0 +1,17 @@
author 'Mîhó'
fx_version 'adamant'
game 'gta5'
lua54 'yes'
client_scripts {
'@ox_lib/init.lua',
'config/*.lua',
'client/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'config/*.lua',
'server/*.lua'
}