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=341624)
Gangzone problem -
newbienoob - 11.05.2012
I have a problem with gangzone. I can't see it on the radar. I only can see it at Map (Esc > Map).
Screenshots:
Radar
Map
Re: Gangzone problem -
SumX - 30.07.2012
Hello! I have this problem too,I was ready to post a new topic,but first of all I ******-d that and here I am.
Did you solve the problem?
Or anyone?
Thank you!
EDIT: A solve to this problem is to resize the GangZone ,to make it smaller?
Re: Gangzone problem -
SumX - 31.07.2012
Nobody knows?
Re: Gangzone problem -
mickos - 31.07.2012
Did you have put this
Quote:
GangZoneShowForPlayer(playerid, example, 0xFF000096);
|
in
OnPlayerSpawn?
This
Quote:
GangZoneShowForPlayer(playerid, example, 0xFF000096);
|
is just a example by me
Re: Gangzone problem -
ReVo_ - 31.07.2012
@mickos0087: If he see gangzone in the radar this mean he used GangZoneShow function. :/
Re: Gangzone problem -
newbienoob - 31.07.2012
Old topic..

I've fixed this problem long time ago!
How to fix it:
Get X and Y coords (both /save) and paste in your script
pawn Код:
GangZoneCreate(X, Y, X, Y);
Re: Gangzone problem -
SumX - 31.07.2012
Ok,but you must save in those corners? I mean to save min position in left side and max position in right side?
Thx ,I will try!