From 8315077eef8728d9c33f7a3290207e9a29630574 Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Sun, 11 Feb 2024 05:58:50 -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 9a4cc65..57d85ac 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,7 +1,8 @@ fx_version 'cerulean' game 'gta5' - -description 'QB-NewsJob' +lua54 'yes' +author 'Kakarot' +description 'Allows players to play as a news reporter and access the equipment for it' version '1.3.0' shared_scripts { @@ -17,5 +18,3 @@ client_scripts { } server_script 'server/main.lua' - -lua54 'yes'