Error
#2

You've created the 'house' variable in your for-loop and not an 'i' variable like you thought:

PHP код:
for (new house 0house != MAX_HOUSEShouse++) 
And since 'new house = i;' is in the body of your for-loop, it will pop that error.

Out of curiosity, what is this even for?:
PHP код:
new house i
Reply


Messages In This Thread
Error - by MrCallum - 06.04.2016, 12:53
Re: Error - by AndySedeyn - 06.04.2016, 12:57
Re: Error - by Akbaig - 06.04.2016, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)