[FilterScript] Auto Announce System - 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] Auto Announce System (
/showthread.php?tid=532760)
Auto Announce System -
Iklesos - 20.08.2014
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!
Re: Auto Announce System -
JacobEdwards - 20.08.2014
Code does not even work. Please compile before trying to release something.
Re: Auto Announce System -
Isolated - 20.08.2014
What on earth is this? The code doesn't work. This isn't a filterscript nor a snippet this is just rubbish.
Re: Auto Announce System -
VenomMancer - 20.08.2014
OMG Nice works (y)
- LOL
Re: Auto Announce System -
fade353 - 20.08.2014
rubbish
Re: Auto Announce System -
Younes44 - 20.08.2014
Good Work
Re: Auto Announce System -
Isolated - 20.08.2014
Quote:
Originally Posted by Younes44
Good Work
|
Quit post whoring. It doesn't even work so how is that even true?
Re: Auto Announce System -
KayJ - 20.08.2014
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
Re: Auto Announce System -
PrivatioBoni - 20.08.2014
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.