Closed Topic

This topic was deleted according to the fivem forum rules

first at all thank you for your script
but the code look somehow encrepted
and i think it’s not all your code it’s faxes code

RegisterNetEvent("Fax:AdminAreaClear")
AddEventHandler(
    "Fax:AdminAreaClear",
    function(D)
        if b[D] then
            b[D]["active"] = false
            RemoveBlip(b[D].blip)
            RemoveBlip(b[D].radius)
            b[D] = nil
            missionTextDisplay("~p~RP UNPAUSE ~o~| ~g~ ADMIN AREA ID = ~r~(" .. D .. ") ~o~| ~p~Now Free", 5000)
        else
            print("There was a issue with removing blip: " .. tostring(D))
        end
    end
)

maybe this and many other think
thank you

for thos people who wants to edit the script

use this

1 Like

Sorry to bump, but you didn’t credit @FAXES for using his code, all you did was add to it. This clearly violates community guidelines. You did not have permission to release this, flagged.