forked from Simnation/Main
ed
This commit is contained in:
parent
6d22d5f77c
commit
63fbc60a00
86 changed files with 8352 additions and 3428 deletions
19
resources/[Developer]/mh_garage/fxmanifest.lua
Normal file
19
resources/[Developer]/mh_garage/fxmanifest.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
author 'Mîhó'
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
client_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config/*.lua',
|
||||
'client/*.lua',
|
||||
'client/vehicleadmin.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'config/*.lua',
|
||||
'server/*.lua',
|
||||
'server/vehicleadmin.lua'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue