Safe Zone air vehicles whitelist, updated holograms and scripts.

+ Updated Safe-Zones to whitelist air vehicles from being stopped.
+ Latest version of wl_wars2x police radar.
+ Updated weapon restrictions.
+ Fire-Scripts updated to latest version.
This commit is contained in:
Jacob
2022-01-16 16:06:50 +00:00
parent 22824d5542
commit c39103e896
22 changed files with 548 additions and 141 deletions
@@ -94,6 +94,13 @@ function Dispatch:clear(dispatchNumber)
if dispatchNumber and self.blips[dispatchNumber] and self.blips[dispatchNumber].blip then
RemoveBlip(self.blips[dispatchNumber].blip)
self.blips[dispatchNumber].blip = false
elseif dispatchNumber == 0 then
for k, v in pairs(self.blips) do
if self.blips[k].blip then
RemoveBlip(self.blips[k].blip)
self.blips[k].blip = false
end
end
end
end