mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 06:26:03 +01:00
Refactor Support for ox_progressbar Sorted out the fucking default emotes Item/Emote System update, works better and syncs better Update Readme to reflect the chagnes
12 lines
272 B
Lua
12 lines
272 B
Lua
name "Jim-Consumables"
|
|
author "Jimathy"
|
|
version "1.5"
|
|
description "Consumable Script By Jimathy"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
lua54 'yes'
|
|
|
|
shared_scripts { 'config.lua', 'shared/*.lua' }
|
|
client_scripts { 'client/*.lua', }
|
|
server_scripts { 'server/*.lua' }
|