Files
jim-consumables/fxmanifest.lua

10 lines
258 B
Lua
Raw Normal View History

2022-04-13 20:01:09 +01:00
name "Jim-Consumables"
author "Jimathy"
version "v1.3"
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', 'shared/*.lua' }