[Release] Safe Zone(s) Updated 9/10/18

For some reason on my server when I put it everything works perfect except what matters most to me and that is that you can shoot from outside the safe zone and kill people inside. When I try it on a local host, it doesn’t happen, but when I export it to the file zilla on the server if it lets me shoot. Excuse my english

How can i set that users can’t hit by R ( punch, kick ) ? I tried that

if IsDisabledControlJustPressed(0, 45) then --if LeftClick is pressed, send error message
SetCurrentPedWeapon(player,GetHashKey(“WEAPON_UNARMED”),true) – If they click it will set them to unarmed
TriggerEvent(“pNotify:SendNotification”,{
text = “Safezoneda yapamazsınız.”,
type = “error”,
timeout = (3000),
layout = “bottomcenter”,
queue = “global”
})
end

But didn’t work… Ty.

Error parsing script, unexpected symbol near ‘</239>’ HELP

I wonder Are there any options for not reducing food and thirst bars?

when i put this into my server its like there is an infinite safe zone please help

How to turn off /carry /piggyback and not to reduce food and beverages, Please Give The Script For My Server Thanks

How do i get rid of the blue circle so no one can see it?

1 Like

How can i disable melee attack inside safezone?

Restrict the use of left click

How hard would it be to modify this script to accomplish the opposite? IE the entire world is a safezone except for specific areas?

I cannot start the reasource for some reason
It says could not find dependecy pNotify for reasource
Could someone help?

I’m having the same problem, I’ll let you know if I figure it out.

1 Like

Is it possible to create temporary Safe Zones via a command ?

ever get a fix for this?

anyone know why the radius isnt changing, ofc it starts at 50.0, i changed mine to 5.0 and it didnt update? also when i leave the safe zone it still doesnt let me pull weapons out so once i go in and leave it it still acts as if im still init it, even though im miles and miles away

You probably want to remove melee attacks with R by adding

DisableControlAction(1, 140, true) – disable weapon wheel (Tab)

before the lines

	DisableControlAction(2, 37, true) -- disable weapon wheel (Tab)
	DisablePlayerFiring(player,true) -- Disables firing all together if they somehow bypass inzone Mouse Disable

this one will make you become godmode anywhere LOL

Is there a way to prevent people from shooting into the safe zone.

1 Like

Does anyone know grove streets coordinates?

How do I get the circle out but keep it safe?