forked from Simnation/Main
ed
This commit is contained in:
parent
636ffb007e
commit
4c9a54ff7b
10 changed files with 944 additions and 0 deletions
17
resources/[Developer]/[Mark]/mh_garage/fxmanifest.lua
Normal file
17
resources/[Developer]/[Mark]/mh_garage/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue