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