sv_utils.lua

CreateThread(function()
    exports["ak4y-core"]:RegisterUsableItem(Config.DisableGpsItem, function(source, item)
        TriggerClientEvent('ak4y-shredding-DisableGpsItem', source)
    end)
end)

Last updated