SA-MP Forums Archive
[FilterScript] [FS] Random Messages By [SDS]Power_Drifter97 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Random Messages By [SDS]Power_Drifter97 (/showthread.php?tid=351897)



[FS] Random Messages By [SDS]Power_Drifter97 - [SDS]Power_Drifter97 - 17.06.2012

What is this?

This ScriptFile was created by me for those who have difficulty with pawno, so I created this ScriptFile just for them. I hope there is help and hope also that you understand

Where to download?

Pastebin :

http://pastebin.com/H13rWDUh

Have a happy coding!



Re: [FS] Random Messages By [SDS]Power_Drifter97 - Revo - 17.06.2012

what?

pawn Код:
OnGameModeInit()
{
  SetTimer("ServerMessages", 30000, true);
}
forward ServerMessages();
public ServerMessages()
{
  switch(random(9))
  {
     case 1: SendClientMessageToAll(-1, "hi");
     case 2: SendClientMessageToAll(-1, "hi");
     case 3: SendClientMessageToAll(-1, "hi");
     case 4: SendClientMessageToAll(-1, "hi");
     case 5: SendClientMessageToAll(-1, "hi");
     case 6: SendClientMessageToAll(-1, "hi");
     case 7: SendClientMessageToAll(-1, "hi");
     case 8: SendClientMessageToAll(-1, "hi");
     case 9: SendClientMessageToAll(-1, "hi");
  }
}
Takes like 2 minutes.

pls rep.
Besides, if you're going to code something atleast make it in English so people understand it lol.


Re: [FS] Random Messages By [SDS]Power_Drifter97 - [SDS]Power_Drifter97 - 17.06.2012

There are only two sentences in Italian