Update fxmanifest.lua

This commit is contained in:
jimathy
2022-02-06 17:25:29 +00:00
committed by GitHub
parent 2837a808f1
commit 2df358d98f

View File

@@ -1,12 +1,13 @@
name "Jim-Payments" name "Jim-Payments"
author "Jimathy" author "Jimathy"
version "v1.0" version "v1.1"
description "Payment Script By Jimathy" description "Payment Script By Jimathy"
fx_version "cerulean" fx_version "cerulean"
game "gta5" game "gta5"
dependencies { dependencies {
'qb-input', 'qb-input',
'qb-target'
} }
client_scripts { client_scripts {
@@ -20,4 +21,4 @@ server_scripts {
shared_scripts { shared_scripts {
'config.lua', 'config.lua',
} }