10.10.2009, 00:50
Hey I'm a bit confused, I want to add a GangZone (The red squares on the map), But im not sure how to get the coordinates for the points, I know the /save command before you say thats not what i meant, I meant how would i set the square on the screen i dont know were i would /save to get the coordinates needed if you know what i mean this is what i have saved i did /save at each corner were i would want the square:
And this is my code: But there is no square:
Код:
AddPlayerClass(1,-52.0289,2551.4519,76.2807,274.2499,0,0,0,0,0,0); // top left AddPlayerClass(1,-49.5616,2488.0364,77.0854,42.4043,0,0,0,0,0,0); // top right AddPlayerClass(1,-168.4193,2486.8157,76.2807,319.7069,0,0,0,0,0,0); // bottom right AddPlayerClass(1,-169.7468,2551.1482,76.2807,227.7544,0,0,0,0,0,0); // bottom left
Код:
new szone; szone = GangZoneCreate(-52.0289, 2488.0364, 76.2807, 227.7544); GangZoneShowForAll(szone, dgreen);