2023-10-22, 05:56 PM
Hello! Could anyone help me get the exact coordinates of the center of a Gang Zone automatically?
PHP Code:
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 = ?