From 68a7746418056226dd52f0e78ef9721e9e1b8f6e Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:58:56 -0600 Subject: [PATCH] Description for txAdmin --- fxmanifest.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 8272f53..bf7de63 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,7 +1,8 @@ fx_version 'cerulean' game 'gta5' - -description 'QB-Pawnshop' +lua54 'yes' +author 'Kakarot' +description 'Allows players to sell items for money' version '1.2.0' shared_scripts { @@ -22,5 +23,3 @@ client_scripts { '@PolyZone/ComboZone.lua', 'client/main.lua' } - -lua54 'yes'