Hey try in to create zone and add flags from my plugin did Ref plugin and added this to command
ZoneManager.Call("CreateOrUpdateZone", "Jail", "radius", "10");
ZoneManager.Call("AddFlag", "Jail", "autolights");
ZoneManager.Call("AddFlag", "Jail", "nodecay");
ZoneManager.Call("AddFlag", "Jail", "undestr");
but maybe i dont understand how to do this right any help?