Wert Jammer
You can access the setup information you need about this product
INSTALLATION
-- Item
["jammer"] = {["name"] = "jammer", ["label"] = "Jammer", ["weight"] = 10000, ["type"] = "item", ["image"] = "jammer.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Jammer"},ZONE CONTROL
RegisterNetEvent("wert-jammer:zone", function(enter)
if enter then
-- Enter jammer zone
-- You can add disable exports here
else
-- Exit jammer zone
-- You can add enable exports here
end
end)Installation complete
Last updated