19.06.2009, 16:55
Hi!
I have this:
An error pop up saying that must be a constant expression; assumed zero
Is it possible to get here a constant value, if the objectid of GateObject[0] is gotten in OnGamemodeInit?
I have this:
Код:
switch(objectid) { case GateObject[0]: { if(GateOpened[0] == true) { MoveObject(GateObject[0], -48.768456, 27.114319, 1.604109, 3.5); GateOpened[0] = false; } } }
Is it possible to get here a constant value, if the objectid of GateObject[0] is gotten in OnGamemodeInit?