Black Turf - 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: Black Turf (
/showthread.php?tid=553168)
Black Turf -
norton2 - 28.12.2014
Why sulfur is black? It should be the other green, purple, orange or turquoise
IMAGE:
Re: Black Turf -
Facerafter - 28.12.2014
Show us the code..
Re: Black Turf -
norton2 - 28.12.2014
turfs are stored in a mysql table!
Код HTML:
for(new i = 0; i < sizeof(TurfInfo); i++)
{
Turfs[i] = GangZoneCreateEx(TurfInfo[i][tMinX],TurfInfo[i][tMinY],TurfInfo[i][tMaxX],TurfInfo[i][tMaxY]);
}
Re: Black Turf -
norton2 - 28.12.2014
bump