2022-04-13 20:01:09 +01:00
|
|
|
name "Jim-Consumables"
|
|
|
|
|
author "Jimathy"
|
2025-09-15 16:31:34 +01:00
|
|
|
version "2.0.06"
|
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-14 15:38:08 +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'
|