Update main.lua

This commit is contained in:
ElPumpo
2020-01-24 13:25:25 +01:00
parent 355c04bebb
commit a5e8e7f6b8
+1
View File
@@ -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