Gangzone problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Gangzone problem (
/showthread.php?tid=615936)
Gangzone problem -
Frank901 - 29.08.2016
Hello Sa-mp Community.
I need a little bit help over here, exactly i made a gangzone(s)
Код:
{{434.6916, 2527.9568, -80.3908, 2476.8169}, {321.1117, 2504.0276, 16.4844}},
{{-715.3937, 990.8641, -657.9516, 909.5037}, {-688.0333, 938.9232, 13.6328}},
First one is location where it is, and the second one (example: {-688.0333, 938.9232, 13.6328}} is a red checkpoint so it shows a textdraw etc how to start gwar and so on.
Everything should be alright, but when i use /gwar command in that location it says you must be in gang zone to war
I can see the green light on map and minimap so i should be able to gwar it.
Thanks //Frank
Re: Gangzone problem -
Logic_ - 29.08.2016
there is a mistake in all of the co-ords, check 'CreateGangZone' function to know more.
Re: Gangzone problem -
Frank901 - 29.08.2016
It shows me i did it right way, since that green thing over map is exactly located(at Abadoned airport)
Re: Gangzone problem -
Gammix - 29.08.2016
The gangzone's coordinates are not placed accordingly/in the right way.
Код:
434.6916, 2527.9568, -80.3908, 2476.8169
But the minx and miny should be smalled than maxx and maxy. Corrected version:
Код:
-80.3908, 2476.8169, 434.6916, 2527.9568
Re: Gangzone problem -
Frank901 - 29.08.2016
Thanks alot, ill rep you.