SA-MP Forums Archive
Add two values together - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Add two values together (/showthread.php?tid=447531)



Add two values together - thimo - 30.06.2013

I just want to add two values together. I got this
pawn Код:
APlayerData[playerid][ECoins] + Coins;



Re: Add two values together - drichie - 30.06.2013

APlayerData[playerid][ECoins] += Coins;


Re: Add two values together - thimo - 30.06.2013

Thank you