Can someone explain this to me?
#2

++ is used to increase the value by 1 ... if you want to add more than 1, you should do like:
pawn Код:
Player[i][EXP] += X;
, where X = your value. That means it adds X amount to it`s value.
Reply


Messages In This Thread
Can someone explain this to me? - by The Woody - 07.04.2011, 15:13
Re: Can someone explain this to me? - by antonio112 - 07.04.2011, 15:17
Re: Can someone explain this to me? - by The Woody - 07.04.2011, 15:18
Re: Can someone explain this to me? - by Mike Garber - 07.04.2011, 15:19
Re: Can someone explain this to me? - by The Woody - 07.04.2011, 15:23

Forum Jump:


Users browsing this thread: 1 Guest(s)