From 7b422d55e094330cfeee36f74ae14621493c8863 Mon Sep 17 00:00:00 2001 From: Tinky <48660658+Tinky124@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:14:56 +0200 Subject: [PATCH] Added to buy bags : --- client/main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index deef2ace..ae4aef7b 100644 --- a/client/main.lua +++ b/client/main.lua @@ -101,6 +101,7 @@ function OpenShopMenu() 'arms', 'pants_1', 'pants_2', 'shoes_1', 'shoes_2', + 'bags_1', 'bags_2', 'chain_1', 'chain_2', 'helmet_1', 'helmet_2', 'glasses_1', 'glasses_2' @@ -142,7 +143,7 @@ end) -- Enter / Exit marker events & draw markers Citizen.CreateThread(function() while true do - Citizen.Wait(0) + Citizen.Wait(1) local playerCoords, isInMarker, currentZone, letSleep = GetEntityCoords(PlayerPedId()), false, nil, true for k,v in pairs(Config.Shops) do