2022-04-13 20:01:09 +01:00
|
|
|
name "Jim-Consumables"
|
|
|
|
|
author "Jimathy"
|
2025-05-06 10:35:00 +01:00
|
|
|
version "2.0.01"
|
2025-04-01 19:34:44 +01:00
|
|
|
description "Consumables Script"
|
2022-04-13 20:01:09 +01:00
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
2022-09-17 05:04:13 +06:00
|
|
|
lua54 'yes'
|
2022-04-13 20:01:09 +01:00
|
|
|
|
2025-04-01 19:34:44 +01:00
|
|
|
server_script '@oxmysql/lib/MySQL.lua'
|
|
|
|
|
|
|
|
|
|
shared_scripts {
|
|
|
|
|
'config.lua',
|
|
|
|
|
'shared/emotes.lua',
|
|
|
|
|
'shared/consumables.lua',
|
|
|
|
|
'shared/shared.lua',
|
|
|
|
|
|
2025-05-10 20:06:00 +01:00
|
|
|
--Jim Bridge - https://github.com/jimathy/jim-bridge
|
2025-04-01 19:34:44 +01:00
|
|
|
'@jim_bridge/starter.lua',
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
|
'client/*.lua',
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
server_script 'server/*.lua'
|
|
|
|
|
|
|
|
|
|
dependency 'jim_bridge'
|