Hi i do have ZoneManager for my Rust server i added Pvpxinfo but looks like everywhere is PVE. how to change it to JUST MY ZONE WİLL BE SAFEZONE PVE and whole map should be PVP
PVE EVERYWHERE
Please include "pvp" in the name of the pvp zone
i actually made 1 zone that i want to make spawn point and PVE zone the other whole map is gonna be PVP. how do i do that?
Requiring "pvp" in the zone name means this won't work with zones created by Zone Manager Auto Zones. Why can't this trigger off of the zone properties instead of the name?
Edit: I got this working by hacking in a `ZoneManager.Call("HasFlag", zoneId, "safezone");` hook call, but it's kind of a mess because I also needed to get a zoneId.