This commit is contained in:
Nordi98 2025-08-06 17:33:26 +02:00
parent 7592bef869
commit dad50e73dd
5 changed files with 443 additions and 0 deletions

View file

@ -0,0 +1,25 @@
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'Vehicle Persistence System for jg-advanced-garage'
version '1.0.0'
shared_scripts {
'config.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
client_scripts {
'client/main.lua'
}
dependencies {
'qb-core',
'jg-advancedgarages',
'oxmysql'
}