πŸ“–Unlocked FIle

Please read before purchase to under full functionality of our script

Client Side Unlocked File


function OnEnterZone(self)
    local safezoneid = self.myid -- this is the id of the safezone
    local safezonesettings = self.settings 

end


function OnLeaveZone(self)
    local safezoneid = self.myid -- this is the id of the safezone
    local safezonesettings = self.settings 


end

function InsideZone(self)
    local safezoneid = self.myid -- this is the id of the safezone
    local safezonesettings = self.settings 


end


function DisarmWeapons() --disarm weapon function for safezone if u don't add this for ur inventory don't worry player not be able to shoot or aim
    
    --ox_inventory example
    --TriggerEvent('ox_inventory:disarm', true)
end

Last updated