/goto and /bring cmd's problem
#3

Run a timer with how long you want a random message to go.

Код:
new RandomMSG[][] =
{
  "we have houses on the server earn money to buy one",
  "Random Message 2",
  "Random Message 3"
};
Код:
	SetTimer("SendMSG", 60000, true);
	new randMSG = random(sizeof(RandomMSG));
	SendClientMessageToAll(COLOR_FLBLUE, RandomMSG[randMSG]);
Reply


Messages In This Thread
/goto and /bring cmd's problem - by billiout - 21.05.2010, 09:32
Re: /goto and /bring cmd's problem - by Naxix - 21.05.2010, 09:45
Re: /goto and /bring cmd's problem - by Retardedwolf - 21.05.2010, 09:46
Re: /goto and /bring cmd's problem - by aircombat - 21.05.2010, 09:48
Re: /goto and /bring cmd's problem - by billiout - 21.05.2010, 09:49
Re: /goto and /bring cmd's problem - by aircombat - 21.05.2010, 10:24
Re: /goto and /bring cmd's problem - by billiout - 21.05.2010, 10:26
Re: /goto and /bring cmd's problem - by billiout - 21.05.2010, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)