Quote:
Originally Posted by cnoopers
there is kinda problem:
Код:
error 029: invalid expression, assumed zero
i just changed it to:
that im not sure it is same, ive never used that what we got error from
anyway, it aint workin
|
"amount = amount-1" is the same as "amount --;", But I believe amount-- looks better and might be a little faster. what does it print though after editing it ?