31.08.2009, 10:07
im new at the pawno stuff
please correct it for me if its wrong
Код:
new RandomMSG[][] =
{
"Wolf bot: Are you stuck? get help (/help) ^^",
"Wolf bot: This server is english only",
"Wolf bot: Visit our website www.wolvez.co.cc",
"Wolf bot: Wanna know who made what? find out (/credits)",
"Wolf bot: See a cheater? report them (/report)",
"Wolf bot: meh"
};
SetTimer("SendMSG", 200000, true);
forward SendMSG();
public SendMSG()
{
}
new randMSG = random(sizeof(RandomMSG));
SendClientMessageToAll(red, RandomMSG[randMSG]);


