/bet command help
#5

Use format before SendClientMessage...

pawn Код:
format(YourString,sizeof YourString,"You won %i$!",money*2);
SendClientMessage(playerid,green,YourString);



format(YourString,sizeof YourString,"You lose %i$...AHAH!",money);
SendClientMessage(playerid,green,YourString);


if(money < 0) SendClientMessage(playerid, red,"Invalid ammount to bet.");
Reply


Messages In This Thread
/bet command help - by Face9000 - 15.05.2012, 13:54
Re: /bet command help - by ViniBorn - 15.05.2012, 14:01
AW: /bet command help - by Forbidden - 15.05.2012, 14:01
Re: /bet command help - by Face9000 - 15.05.2012, 14:05
Re: /bet command help - by ViniBorn - 15.05.2012, 14:06
Re: /bet command help - by Face9000 - 15.05.2012, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)