2 - Make sure all depend scripts exist (Or download it)
DEPENDS
qb-core ()
PolyZone ()
qb-target ()
3 - Add jammer script to resources file
4 - Restart server and enjoy
NOTE : You can find the item image inside the folder
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)