undefined
#1

Код:
new bool:useCell[MAX_CELLS*2+numNPC];
Quote:

error 017: undefined symbol "numNPC"

Reply
#2

You didn't define variable numNPC
Reply
#3

That wont work, because array sizes are determined at compile time, not runtime. numNPC must be a constant.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)