: error 022: must be lvalue (non-constant)
#1

Code:
      for(new gas; Gas[gas][Empty] == 0; gas++)
      {
Where's the problem?
Reply
#2

I posted in wrong topic
* Laronic hides


- Requesting delete

Edit: ow well..

pawn Code:
for(new gas = 0; gas < MAX_GAS; gas ++)
{
    Gas[gas][Empty] = 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)