Basic question - removing entered value from variable
#2

Use -= to subtract a certain amount from a variable.

(Use += to add something, use -- to subtract 1 and ++ to add 1).

pawn Код:
gold[playerid] -= goldent;
Reply


Messages In This Thread
Basic question - removing entered value from variable - by ross8839 - 09.02.2015, 02:36
Re: Basic question - removing entered value from variable - by Schneider - 09.02.2015, 02:53

Forum Jump:


Users browsing this thread: 1 Guest(s)