forked from Simnation/Main
Garage Angefangen
This commit is contained in:
parent
f3e9937e72
commit
a4d06e39b8
3 changed files with 104 additions and 0 deletions
18
resources/[carscripts]/mh_garage/fxmanifest.lua
Normal file
18
resources/[carscripts]/mh_garage/fxmanifest.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
author 'Mîhó'
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
client_scripts {
|
||||
'@NativeUI/NativeUI.lua',
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'config.lua',
|
||||
'server/*.lua'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue