From 6e0e1b204df0a6d8bdfca09d760619757da8bfd2 Mon Sep 17 00:00:00 2001 From: Mekz1222 <53654750+Mekz1222@users.noreply.github.com> Date: Fri, 2 Sep 2022 05:02:45 +0300 Subject: [PATCH 1/2] Added smg suppressor item Added missing item for smg suppressor --- shared/items.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/items.lua b/shared/items.lua index 3c5cee1..b5f422c 100644 --- a/shared/items.lua +++ b/shared/items.lua @@ -158,6 +158,7 @@ QBShared.Items = { ['microsmg_luxuryfinish'] = {['name'] = 'microsmg_luxuryfinish', ['label'] = 'SMG Finish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Micro SMG Luxury Finish'}, ['smg_defaultclip'] = {['name'] = 'smg_defaultclip', ['label'] = 'SMG Clip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Default Clip'}, ['smg_extendedclip'] = {['name'] = 'smg_extendedclip', ['label'] = 'SMG EXT Clip', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_extendedclip.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Extended Clip'}, + ['smg_suppressor'] = {['name'] = 'smg_suppressor', ['label'] = 'SMG Suppressor', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Suppressor'}, ['smg_drum'] = {['name'] = 'smg_drum', ['label'] = 'SMG Drum', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'rifle_drummag.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Drum'}, ['smg_scope'] = {['name'] = 'smg_scope', ['label'] = 'SMG Scope', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'smg_scope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Scope Attachment'}, ['smg_luxuryfinish'] = {['name'] = 'smg_luxuryfinish', ['label'] = 'SMG Finish', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'pistol_suppressor.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'SMG Luxury Finish'}, From ba021defa7a2a85368d524f318b01ef34076959f Mon Sep 17 00:00:00 2001 From: Mohamed Shaheen <69500158+aboshaheen553@users.noreply.github.com> Date: Mon, 19 Sep 2022 02:01:13 +0200 Subject: [PATCH 2/2] fix --- locale/ar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ar.lua b/locale/ar.lua index ee91e13..d4243b5 100644 --- a/locale/ar.lua +++ b/locale/ar.lua @@ -17,8 +17,8 @@ local Translations = { received_paycheck = '$%{value} لقد استملت راتبك الشهري', job_info = '%{value} | %{value2} | %{value3}', gang_info = '%{value} | %{value2}', - on_duty = 'انت الان خارج الخدمة', - off_duty = 'انت الان في الخدمة', + on_duty = 'انت الان في الخدمة', + off_duty = 'انت الان خارج الخدمة', checking_ban = 'نحن نتحقق اذا كنت محجوب من السيرفر. %s مرحبا', join_server = '{Server Name} قي %s مرحبا', checking_whitelisted = 'نتحقق ما اذا كان مسموح لك بالدخول %s مرحبا '