30.10.2018, 09:57
I want to make a loop through this coordinates and create a textlabel for every of them. (With same text ofc).
How to?
pawn Код:
static const Float:FishingPoints[][] =
{
{403.8615, -2088.7983, 7.8359},
{398.6964, -2088.7981, 7.8359},
{396.1438, -2088.7981, 7.8359},
{391.0257, -2088.7983, 7.8359},
{383.4240, -2088.7983, 7.8359},
{374.9918, -2088.7983, 7.8359},
{369.8525, -2088.7981, 7.8359},
{367.2137, -2088.7954, 7.8359},
{362.1895, -2088.7983, 7.8359},
{354.3215, -2088.6377, 7.8359}
};