forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
1fd3caa7a3
commit
e9a8ed428b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
QBCore = exports['qb-core']:GetCoreObject()
|
QBCore = exports['qb-core']:GetCoreObject()
|
||||||
|
|
||||||
Player = nil
|
Player = nil
|
||||||
local npcHandle = nil
|
npcHandle = nil
|
||||||
local isNPCSpawned = false
|
isNPCSpawned = false
|
||||||
CurrentZone = nil
|
CurrentZone = nil
|
||||||
|
|
||||||
Citizen.CreateThread(function()
|
Citizen.CreateThread(function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue