Scripts/resources/[hp]/hp_vehicleshop/client/variables.lua

19 lines
464 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
Koci = {}
Koci.Framework = Utils.Functions.GetFramework()
Koci.Utils = Utils.Functions
Koci.Callbacks = {}
Koci.Client = {}
Koci.Client.TriggerServerCallback = function(key, payload, func)
if not func then
func = function() end
end
Koci.Callbacks[key] = func
TriggerServerEvent("hp_vehicleshop:Server:HandleCallback", key, payload)
end
OpenedGallery = nil
gCam = nil
gSpawnedVehicles = {}
gPlayerInTestDrive = false
gRotatingVehicles = {}