error 052: multi-dimensional arrays must be fully initialized
#6

Quote:
Originally Posted by TheSimpleGuy
Посмотреть сообщение
Thank you! But now, I don't understand, my line 62 is still on its error, "tag mismatch". My parameters were correct, right?
The error:

Код:
{"Test Gangzone", 19.532827, 2013.186401, 67.532829, 2061.186523, 234, -1, 0}
Need:

Код:
{"Test Gangzone", 19.532827, 2013.186401, 67.532829, 2061.186523, 234.0, -1, 0}
Try this.

234 - integer
234.0 - float
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)