24.12.2010, 16:18
How can i get the random amount to show in a string so i can use with SendClientMessage?
eg. You have won $%i !!!
Any help?
Thanks in advanced!
pawn Код:
randmoney = random(MAX_CASH);
GivePlayerMoney(playerid,randmoney);
Any help?
Thanks in advanced!