Case needs to be const
#4

Код:
	switch(GateObject) {
	case 0: {
	if(GateOpened[0] == true) {
	MoveObject(GateObject[0], -48.768456, 27.114319, 1.604109, 3.5);
	GateOpened[0] = false;
	}
	}
       }
It gives still an error: error 033: array must be indexed (variable "-unknown-")
How can I index an array?
Reply


Messages In This Thread
Case needs to be const - by potato - 19.06.2009, 16:55
Re: Case needs to be const - by dice7 - 19.06.2009, 18:01
Re: Case needs to be const - by jonesy - 19.06.2009, 18:02
Re: Case needs to be const - by potato - 19.06.2009, 18:19

Forum Jump:


Users browsing this thread: 1 Guest(s)