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