From a45b5da981f47f4b0cb9f8e23d91376e639970e3 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 1 Jul 2025 11:34:28 +0200 Subject: [PATCH] f --- .../wasabi_fishing/configuration/strings.lua | 17 ++++++++--------- .../[jobs]/[civ]/wasabi_fishing/fxmanifest.lua | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/resources/[jobs]/[civ]/wasabi_fishing/configuration/strings.lua b/resources/[jobs]/[civ]/wasabi_fishing/configuration/strings.lua index c2d373a03..06822b16c 100644 --- a/resources/[jobs]/[civ]/wasabi_fishing/configuration/strings.lua +++ b/resources/[jobs]/[civ]/wasabi_fishing/configuration/strings.lua @@ -27,12 +27,11 @@ Strings = { waiting_bite = 'Awaiting Bite', waiting_bite_desc = 'Please wait for a fish to bite your hook.', cannot_carry = 'Cannot Carry', - cannot_carry_desc = 'You cannot carry reward!' - Strings.no_knife = 'No Knife' - Strings.no_knife_desc = 'You need a knife to process this fish.' - Strings.processing_success = 'Fish Processed' - Strings.processing_success_desc = 'You obtained %d %s from processing the fish.' - Strings.caviar_found = 'Caviar Found!' - Strings.caviar_found_desc = 'You found some valuable caviar while processing the fish!' - -} \ No newline at end of file + cannot_carry_desc = 'You cannot carry reward!', + no_knife = 'No Knife', + no_knife_desc = 'You need a knife to process this fish.', + processing_success = 'Fish Processed', + processing_success_desc = 'You obtained %d %s from processing the fish.', + caviar_found = 'Caviar Found!', + caviar_found_desc = 'You found some valuable caviar while processing the fish!' +} diff --git a/resources/[jobs]/[civ]/wasabi_fishing/fxmanifest.lua b/resources/[jobs]/[civ]/wasabi_fishing/fxmanifest.lua index 9d4b7aa4c..6f993566b 100644 --- a/resources/[jobs]/[civ]/wasabi_fishing/fxmanifest.lua +++ b/resources/[jobs]/[civ]/wasabi_fishing/fxmanifest.lua @@ -7,8 +7,8 @@ game 'gta5' lua54 'yes' version '2.0.7' -author 'wasabirobby' -description 'Wasabi ESX/QBCore Skill Based Fishing' +author 'wasabi/ edit by nordi' +description 'QBCore Skill Based Fishing edit' shared_scripts { '@ox_lib/init.lua', 'configuration/*.lua' }