1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_petbowl/fxmanifest.lua

29 lines
403 B
Lua
Raw Permalink Normal View History

2025-08-02 13:24:19 +02:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Your Name'
description 'Pet Bowl System - Place, fill and use food/water bowls'
version '1.0.0'
shared_scripts {
'config.lua',
'@ox_lib/init.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib',
'tgiann-inventory'
}