18.11.2016, 11:49
if (strcmp(cmd, "/jackpot", true) == 0)
{
new stringss[256];
format(stringss, sizeof(stringss), "[Lotto] The Lottery Jackpot is now at $%d. Type /lotto [Number] to purchase a lotto Ticket.", LottoJackpot);
SendClientMessage(playerid, COLOR_RED, stringss);
return 1;
}
how to make in this ?
{
new stringss[256];
format(stringss, sizeof(stringss), "[Lotto] The Lottery Jackpot is now at $%d. Type /lotto [Number] to purchase a lotto Ticket.", LottoJackpot);
SendClientMessage(playerid, COLOR_RED, stringss);
return 1;
}
how to make in this ?