From 5502ae13f1182744b805be694a0abed9f5dc8ee0 Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:58:45 -0600 Subject: [PATCH] Description for txAdmin --- fxmanifest.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 98b644f..3e55cdd 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,7 +1,8 @@ fx_version 'cerulean' game 'gta5' - -description 'QB-Multicharacter' +lua54 'yes' +author 'Kakarot' +description 'Allows players to create multiple characters' version '1.2.0' shared_scripts { @@ -15,7 +16,7 @@ client_scripts { 'client/main.lua' } -server_scripts { +server_scripts { '@oxmysql/lib/MySQL.lua', '@qb-apartments/config.lua', 'server/main.lua' @@ -36,5 +37,3 @@ dependencies { 'qb-core', 'qb-spawn' } - -lua54 'yes'