2022-04-13 20:01:09 +01:00
|
|
|
name "Jim-Consumables"
|
|
|
|
|
author "Jimathy"
|
2023-03-02 15:06:30 +00:00
|
|
|
version "1.5"
|
2022-04-13 20:01:09 +01:00
|
|
|
description "Consumable Script By Jimathy"
|
|
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
2022-09-17 05:04:13 +06:00
|
|
|
lua54 'yes'
|
2022-04-13 20:01:09 +01:00
|
|
|
|
2022-08-29 10:26:48 +01:00
|
|
|
shared_scripts { 'config.lua', 'shared/*.lua' }
|
2022-07-05 23:14:01 +01:00
|
|
|
client_scripts { 'client/*.lua', }
|
2022-09-17 16:49:15 +01:00
|
|
|
server_scripts { 'server/*.lua' }
|