From 4ed398fd9fe32d8855f3c1a01ca27f048b501f0e Mon Sep 17 00:00:00 2001 From: jimathy Date: Sun, 6 Feb 2022 17:25:29 +0000 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 386e9f9..8f80646 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,12 +1,13 @@ name "Jim-Payments" author "Jimathy" -version "v1.0" +version "v1.1" description "Payment Script By Jimathy" fx_version "cerulean" game "gta5" dependencies { 'qb-input', + 'qb-target' } client_scripts { @@ -20,4 +21,4 @@ server_scripts { shared_scripts { 'config.lua', -} \ No newline at end of file +}