2024-12-29 20:07:50 +00:00
|
|
|
--[[ ===================================================== ]]--
|
|
|
|
--[[ MH NPC Services Script by MaDHouSe ]]--
|
|
|
|
--[[ ===================================================== ]]--
|
|
|
|
|
2024-12-30 10:15:34 +00:00
|
|
|
fx_version 'adamant'
|
2024-12-29 20:07:50 +00:00
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
version 'V1.0'
|
|
|
|
|
|
|
|
shared_scripts {
|
|
|
|
'@qb-core/shared/locale.lua',
|
|
|
|
'locales/en.lua', -- change en to your language
|
|
|
|
'config.lua',
|
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'client/main.lua',
|
|
|
|
}
|
|
|
|
|
|
|
|
server_scripts {
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
'server/main.lua',
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
'oxmysql',
|
|
|
|
'qb-core',
|
|
|
|
}
|
|
|
|
|
|
|
|
lua54 'yes'
|