error 029: invalid expression, assumed zero
#1

Please Help

warning 215: expression has no effect
error 001: expected token: ";", but found "["
error 029: invalid expression, assumed zero
warning 215: expression has no effect
error 001: expected token: ";", but found "]"
fatal error 107: too many error messages on one line

Код:
LinesText[i][id][0] = EOS;
Reply
#2

How many arrays does LinesText have?
Reply
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
How many arrays does LinesText have?
Has 8 arrays
Reply
#4

That can't be right. Post your code from where LinesText is defined. (e.g: new LinesText[MAX_PLAYERS][10][10])
Reply
#5

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
That can't be right. Post your code from where LinesText is defined. (e.g: new LinesText[MAX_PLAYERS][10][10])
new LinesText[8][128];
Reply
#6

PHP код:
LinesText[i][id] = EOS
Reply
#7

Quote:
Originally Posted by XeonMaster
Посмотреть сообщение
PHP код:
LinesText[i][id] = EOS
It did not work
Reply
#8

Quote:
Originally Posted by anltrn
Посмотреть сообщение
It did not work
errors? warnings?
Reply
#9

I found the problem, I got it, thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)