Guten Tag ich habe da mal versucht eine Zone zu erstellen habe vier points gesavt
nur das hier verstehe ich nicht :
Parameters:
(Float:minx, Float:miny, Float:maxx, Float:maxy)
minx The X coordinate for the west side of the gangzone.
miny The Y coordinate for the south side of the gangzone.
maxx The X coordinate for the east side of the gangzone.
maxy The Y coordinate for the north side of the gangzone.
Returns The ID of the created zone
Hier habt ihr meine 4 koords :
AddPlayerClass(50,1577.0922,662.6946,10.8203,315.2123,0,0,0,0,0,0); // A-Zone
AddPlayerClass(50,1757.8600,662.6483,10.8203,60.6355,0,0,0,0,0,0); // B-Zone
AddPlayerClass(50,1577.1218,783.4525,10.8376,225.3144,0,0,0,0,0,0); // C-Zone
AddPlayerClass(50,1757.8914,783.5062,10.8203,140.6248,0,0,0,0,0,0); // D-Zone
ich versteh einfach nicht welche x,y,z ich wo hin setzen muss.
Beispiel:
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
Bitte um Hilfe