10.09.2012, 14:14
Im sorry for disturbing you guys. I solve the first part.
I did is adding return..
But why is that after buying 1 ticket, I could still buy another one?
I did is adding return..
But why is that after buying 1 ticket, I could still buy another one?
pawn Код:
if(!strlen(params))
{
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Usage: /lotto [1-100]");
new str[75];
format(str, sizeof(str), "{FF9900}>> Current Jackpot is $%d", Jackpot);
return SendClientMessage(playerid, 0xFFFFFFFF, str);
}