06.06.2013, 18:01
I dont see the lotto start..how can I make it start at payday??
PHP код:
SyncTime
if(tmphour == 20 && tmpminute == 0 && tmpsecond == 0)
{
SendClientMessageToAll(COLOR_WHITE, "Lottery News: Over 5 minutes it's time the Lottery Election.");
SendClientMessageToAll(COLOR_WHITE, "Lottery News: Use /lotto [number] to put a number. Good Luck !");
}
if(tmphour == 20 && tmpminute == 5 && tmpsecond == 0)
{
new rand = random(80);
if(rand < 77) { rand += 3; }
Lotto(rand);
}