31.01.2012, 14:39
PHP код:
forward SendMSG();//--
forward close();--//-- at top
new RandomMSG[][] =//--
{
"Streetrace1",
"Streetrace2",
"Streetrace3"
};//--
public SendMSG()
{
new randMSG = random(sizeof(RandomMSG));
SendClientMessageToAll(0x8739C6FF, RandomMSG[randMSG]);
return 1;
}
// past there were you wont