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=363773)
Gangzone problem -
newbienoob - 28.07.2012
Hi, I'm making a tdm gamemode. Everything was perfect. But, after I capture a gangzone(white), the color changed to blue (no problem here). But the problem is, after I reconnect, gangzone color changes back to white and not blue.
pawn Код:
//OnPlayerConnect
GangZoneShowForAll(fuelfactoryzone,0xFFFFFF77); //white
//After capturing the gangzone ^
GangZoneShowForAll(fuelfactoryzone,armycolor); // blue
Re: Gangzone problem -
leonardo1434 - 28.07.2012
Hm.. i guess you'll have to make a saving system to save the color's and such.
Re: Gangzone problem -
newbienoob - 28.07.2012
Any other way?
Re: Gangzone problem -
djcabo - 29.07.2012
any other lines?