[FilterScript] Auto Announce System
#1

Introduction:
This is a filterscript which sends at x minutes an editable text to all players!

Code:
Код:
// Auto Announce System
// Credits: khalifakk
// 2014

// Includes
#include <a_samp>
#include <sscanf>

public OnFilterScriptInit()
{
  SetTimer("announce",200000, true);
  return 1;
}

forward announce(playerid,text[]);
public announce(playerid,text[])
{
		new string[128];
        {
                GameTextForPlayer(playerid, "~g~Text Text Text", 5001, 6);
                SendClientMessageToAll(-1, string);
        }
        return 1;
}
Pastebin link:
http://pastebin.com/VJfRtE7G

Easy to code but nice results! Correct me if i made any mistake!
Reply
#2

Code does not even work. Please compile before trying to release something.
Reply
#3

What on earth is this? The code doesn't work. This isn't a filterscript nor a snippet this is just rubbish.
Reply
#4

OMG Nice works (y)
- LOL
Reply
#5

rubbish
Reply
#6

Good Work
Reply
#7

Quote:
Originally Posted by Younes44
Посмотреть сообщение
Good Work
Quit post whoring. It doesn't even work so how is that even true?
Reply
#8

Quote:
Originally Posted by Iklesos
Посмотреть сообщение
Introduction:
This is a filterscript which sends at x minutes an editable text to all players!

Code:
Код:
// Auto Announce System
// Credits: khalifakk
// 2014

// Includes
#include <a_samp>
#include <sscanf>

public OnFilterScriptInit()
{
  SetTimer("announce",200000, true);
  return 1;
}

forward announce(playerid,text[]);
public announce(playerid,text[])
{
		new string[128];
        {
                GameTextForPlayer(playerid, "~g~Text Text Text", 5001, 6);
                SendClientMessageToAll(-1, string);
        }
        return 1;
}
Pastebin link:
http://pastebin.com/VJfRtE7G

Easy to code but nice results! Correct me if i made any mistake!
Awesome job, I even don't know how to make it thanks.
-LOL
Reply
#9

Stop being dicks (not all of you). Motivate him, he might release something actually useful in a year or so. Don't discourage him for one bad thread.

Keep up with it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)