28.06.2009, 04:31
//this is what i have
SetTimer("SendMSG", 120000, true);
forward SendMSG();
public SendMSG()
{
// effect (i dont know what gose here
}
new randMSG = random(sizeof(RandomMSG)); //calculates the size of RandomMSG (which is 3)
SendClientMessageToAll(COLOR, RandomMSG[randMSG]); // Replace the "color" with your defined color.
new RandomMSG[][] =
{
"Welcom to the acrtic-sever",
"Vist us at www.arctic-severs.com",
"Type /help to go through the sever."
"Follow The Rules"
"Please respect all persons/pepole"
};
also do i need to fowred it?
SetTimer("SendMSG", 120000, true);
forward SendMSG();
public SendMSG()
{
// effect (i dont know what gose here
}
new randMSG = random(sizeof(RandomMSG)); //calculates the size of RandomMSG (which is 3)
SendClientMessageToAll(COLOR, RandomMSG[randMSG]); // Replace the "color" with your defined color.
new RandomMSG[][] =
{
"Welcom to the acrtic-sever",
"Vist us at www.arctic-severs.com",
"Type /help to go through the sever."
"Follow The Rules"
"Please respect all persons/pepole"
};
also do i need to fowred it?

