mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-16 22:16:02 +01:00
12 lines
275 B
Lua
12 lines
275 B
Lua
name "Jim-Consumables"
|
|
author "Jimathy"
|
|
version "v1.3.2"
|
|
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' }
|