Hello! Could anyone help me get the exact coordinates of the center of a Gang Zone automatically?
new Float:minx = 1248.011;
new Float:miny = 2072.804;
new Float:maxx = 1439.348;
new Float:maxy = 2204.319;
new gangzone = GangZoneCreate(minx, miny, maxx, maxy);
new Float:centerx = ?
new Float:centery = ?