Please help ;)
#4

If you want to use Automessages, use an array instead.

Eg:
Код:
new AutoMessages[][] =
{
  "The use of cheats in this server is not allowed and will result in a ban",   // you can add your messages here
  "We would appreciate it if you follow all of our rules"
};
Then you would send it something like this:

Код:
forward AutoMsg();
public AutoMsg()
{
    return SendClientMessageToAll(0xffffffaa,AutoMessages[random(sizeof(AutoMessages))]));
}
Set a timer under OnGamemodeinit funtion:
Код:
SetTImer("AutoMsg",10000,1);  // 10 seconds.  Change if you want any other interval
Reply


Messages In This Thread
Please help ;) - by GoN - 29.05.2010, 14:23
Re: Please help ;) - by Jonni8 - 30.05.2010, 00:20
Re: Please help ;) - by DeadlyKFC - 04.06.2010, 07:45
Re: Please help ;) - by DJDhan - 04.06.2010, 08:44
Re: Please help ;) - by GoN - 04.06.2010, 09:26
Re: Please help ;) - by DJDhan - 04.06.2010, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)