22.04.2009, 11:34
hi
it doesn't creates them only until 5 (0,1...5) am I doing something wrong?
Thanks,
ArcticFox
pawn Код:
for (new d = 0;d < 14;d++)
{
CreateMapIcon(30,0,FuelStation[d][StationX],FuelStation[d][StationY],FuelStation[d][StationZ]);
printf(" FuelMapIcon %d",d);
}
Thanks,
ArcticFox