forked from Simnation/Main
Update fxmanifest.lua
This commit is contained in:
parent
5c34a46413
commit
71293bdbaf
1 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'YourName'
|
||||
description 'Vehicle Rental System'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'qb-target',
|
||||
'ox_lib',
|
||||
'oxmysql'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
Loading…
Add table
Add a link
Reference in a new issue