[FilterScript] [FS] Random Messages By [SDS]Power_Drifter97
#1

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!
Reply
#2

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.
Reply
#3

There are only two sentences in Italian
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)