Pre Alpha upload

This commit is contained in:
jimathy
2022-04-13 20:01:09 +01:00
committed by GitHub
parent 9b18bce533
commit 09b4de80bb
4 changed files with 713 additions and 0 deletions

18
fxmanifest.lua Normal file
View File

@@ -0,0 +1,18 @@
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',
}