Wert2
September 29, 2022, 3:43pm
1
Advanced jammer script (Details in video)
QBCore jammer : https://wert-dev.tebex.io/package/5316392
My other scripts : https://wert-dev.tebex.io/
My QBCore subscription package (All my scripts) : https://wert-dev.tebex.io/package/5123047
Features
Jammer system
Add restriction to players in jammer area
Escrow system
Easily customizable
Easy editing via config.lua
Optimized
Full sync
Easy Translate File
Easy used
Target system
QB | Dependencies :
qb-core
PolyZone
qb-target
Preview
Localization
Resmon
0.00 (Look video for resmon)
Price : 9.99€ + (Some region tax)
Informations
Config settings :
Zone enter / exit event :
Is the player in the jammer area?
1 Like
what happened when you in the chase after someone and you are already on the radio and you are inside the area of the jammer is it disconnecting when you enter the area how its work?
is that jammer making you disconnect form radio also or no?
Wert2
September 29, 2022, 5:25pm
3
You can do whatever you want with this event, which is triggered when you enter the area.
whatever you want it will be.
Example :
This code will automatically disconnect you from the radio frequency when you enter the jammer area.
Kerizi
April 14, 2023, 2:50am
4
this doesn’t seem to work with zerio-radio, can we add this maybe?
Wert2
April 14, 2023, 8:07am
5
You can add whatever you want
For example add exports when enter zone, and exit zone
RegisterNetEvent("wert-jammer:zone", function(enter)
if enter then
-- Enter jammer zone
else
-- Exit jammer zone
end
end)