18.11.2016, 11:53
PHP код:
if (strcmp(cmd, "/jackpot", true) == 0)
{
new stringss[256];
format(stringss, sizeof(stringss), "[Lotto] The Lottery Jackpot is now at $%s. Type /lotto [Number] to purchase a lotto Ticket.", FormatNumber(LottoJackpot));
SendClientMessage(playerid, COLOR_RED, stringss);
return 1;
}