Lotto - Autostart
#2

pawn Код:
#define INTERVAL 360000
forward LottoStart();
//ONGAMEMODEINIT
SetTimer("LottoStart",INTERVAL,true);
//Public Function
public LottoStart(){
format(string, sizeof(string), "Lottery News: We have started the Lottery Election.");
OOCOff(COLOR_DBLUE, string);
new rand = random(80);
f(rand < 77) rand += 3;
Lotto(rand);
}
No need for admin stuff i think :P
Reply


Messages In This Thread
Lotto - Autostart - by ArTisT - 02.01.2010, 19:57
Re: Lotto - Autostart - by Henry11200 - 02.01.2010, 20:17
Re: Lotto - Autostart - by ArTisT - 02.01.2010, 20:25
Re: Lotto - Autostart - by Hijolion - 02.01.2010, 20:26
Re: Lotto - Autostart - by ArTisT - 02.01.2010, 20:36
Re: Lotto - Autostart - by Elviss - 21.08.2010, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)