mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 06:26:03 +01:00
10 lines
243 B
Lua
10 lines
243 B
Lua
name "Jim-Consumables"
|
|
author "Jimathy"
|
|
version "v1.1"
|
|
description "Consumable Script By Jimathy"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
client_scripts { 'client/*.lua', }
|
|
server_scripts { 'server/*.lua' }
|
|
shared_scripts { 'config.lua', } |