ed
This commit is contained in:
parent
7592bef869
commit
dad50e73dd
5 changed files with 443 additions and 0 deletions
25
resources/[carscripts]/nordi_antidespawn/fxmanifest.lua
Normal file
25
resources/[carscripts]/nordi_antidespawn/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue