fix(boat): Variables should not be local

This commit is contained in:
Linden
2021-07-21 14:02:03 +10:00
parent 01b98f055d
commit 97c929946d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
local isInShopMenu = false
isInShopMenu = false
local spawnedVehicles = {}
function OpenBoatShop(shop)
+3 -3
View File
@@ -1,9 +1,9 @@
local HasAlreadyEnteredMarker = false
local LastZone = nil
local CurrentAction = nil
local CurrentActionMsg = ''
local CurrentActionData = {}
CurrentAction = nil
CurrentActionMsg = ''
CurrentActionData = {}
-- Key controls
Citizen.CreateThread(function()