From a5e8e7f6b8def681fd5b97d4970bb28398a33130 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Fri, 24 Jan 2020 13:25:25 +0100 Subject: [PATCH] Update main.lua --- client/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.lua b/client/main.lua index e2d024f5..94676317 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1,4 +1,5 @@ local CurrentActionData, handcuffTimer, dragStatus, blipsCops, currentTask = {}, {}, {}, {}, {} +local HasAlreadyEnteredMarker, isDead, isHandcuffed, hasAlreadyJoined, playerInService = false, false, false, false, false local LastStation, LastPart, LastPartNum, LastEntity, CurrentAction, CurrentActionMsg dragStatus.isDragged, isInShopMenu = false, false ESX = nil