Random text
#4

ok here is it :
top of script :
Код:
new
  RD[][] =
  {
    "MSG",
    "MSG",
    "MSG",
    "MSG",
    "MSG"
  };
Under OnGameModeInit
Код:
SetTimer("RandomMessage", 60000, true);
bottom of script :
Код:
//----------------[Random Message]------------------------------------------
forward RandomMessage();
public RandomMessage()
{
  	new
    rand = random(sizeof(RD));

  	SendClientMessageToAll(COLOR_RED, RD[rand]);
  	return 1;
}


//------------------------------------------------------------------------------------------------------------
________
Coach handbags
Reply


Messages In This Thread
Random text - by 02manchestera - 05.03.2010, 11:02
Re: Random text - by Oxside - 05.03.2010, 11:05
Re: Random text - by 02manchestera - 05.03.2010, 11:13
Re: Random text - by aircombat - 05.03.2010, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)