Strange thing - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Strange thing (
/showthread.php?tid=74379)
Strange thing -
MPKaboose - 22.04.2009
hi
pawn Код:
for (new d = 0;d < 14;d++)
{
CreateMapIcon(30,0,FuelStation[d][StationX],FuelStation[d][StationY],FuelStation[d][StationZ]);
printf(" FuelMapIcon %d",d);
}
it doesn't creates them only until 5 (0,1...5) am I doing something wrong?
Thanks,
ArcticFox
Re: Strange thing -
MenaceX^ - 22.04.2009
Maybe you've got more than 33 icons?
Re: Strange thing -
MPKaboose - 22.04.2009
what ever I make with for (new ... it only makes 5(6) no matter if its a map icon or a car
Fixed it ... thanks anyway