Automatic Server Messages
#1

Hello i need help again. I want to create automatic server messages and i forgot how i did that. Can someone please give me the code to help me out here. Thanks for any help. For example when people are connected they can see server messages that go off like every 5 minutes saying "Please visit our forums at samp" for example. Thanks for any help guys
Reply
#2

ongamemodeinit:

Код:
SetTimer("message",5 * 60000,true);
seperate:

Код:
forward message();
public message()
{
	SendClientMessageToAll(sometextcolorhere, "your message here");
}
Reply
#3

Quote:
Originally Posted by ExoSanty
ongamemodeinit:

Код:
SetTimer("message",5 * 60000,true);
seperate:

Код:
forward message();
public message()
{
	SendClientMessageToAll(sometextcolorhere, "your message here");
}
Or.... https://sampwiki.blast.hk/wiki/Random_Messages
Reply
#4

You could also use the Search feature on this forum. It comes in handy.

Search: Seif Announcements

I use his announcement system.

*Thanks Seif_
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)