how to add more then 1?
#2

pawn Код:
PlayerInfo[playerid][pWood] += 1;
or:
pawn Код:
PlayerInfo[playerid][pWood]++;
or:
pawn Код:
PlayerInfo[playerid][pWood] = PlayerInfo[playerid][pWood] + 1;
Reply


Messages In This Thread
how to add more then 1? - by hardstop - 21.04.2010, 16:31
Re: how to add more then 1? - by Correlli - 21.04.2010, 16:33
Re: how to add more then 1? - by hardstop - 21.04.2010, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)