2022-04-13 20:01:09 +01:00
|
|
|
name "Jim-Consumables"
|
|
|
|
|
author "Jimathy"
|
2022-07-05 23:14:01 +01:00
|
|
|
version "v1.0"
|
2022-04-13 20:01:09 +01:00
|
|
|
description "Consumable Script By Jimathy"
|
|
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
|
|
|
|
|
2022-07-05 23:14:01 +01:00
|
|
|
client_scripts { 'client/*.lua', }
|
|
|
|
|
server_scripts { 'server/*.lua' }
|
|
|
|
|
shared_scripts { 'config.lua', }
|