[FilterScript] [FS] Eazy Announcements
#1

Intro
I made a FS that can go up to 10 Announcements!
Whats Included
Automatic start
Eazy Edit
Up To 10 Announcements
How To Install
Download from Link Below!
Compile the .pwn
Put the .pwn in your Filterscripts folder
Then open server.cfg
Next to Filterscripts put eazymssg
Colors(forgot to add)
#define COLOR_RED 0xFF0000AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_GREEN 0x00FF00AA
#define COLOR_ORANGE 0xFF9900AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_WARNING 0xFF6347AA
#define COLOR_GREY 0xAFAFAFAA
Reply
#2

nice good one bro + Rep if i could
Reply
#3

Quote:
Originally Posted by XCultz
nice good one bro + Rep if i could
Thanks

OFFTOPIC: YAY 200th POST! ima now a uhm Huge Clucker?(WTF)
Reply
#4

thx, but can you make a FS that i can make messages like this?
#################
hello, welcome to ...
text text tex
text text text text
#################

in colors?

ty
Reply
#5

Quote:
Originally Posted by MaNiii
thx, but can you make a FS that i can make messages like this?
#################
hello, welcome to ...
text text tex
text text text text
#################

in colors?

ty
updated it redownload

7 new colors

Reply
#6

ty but how can i make my text longer with more lines?

example

public mssg1()
{
SendClientMessageToAll(0xDEEE20FF, "1 line texttext");
SendClientMessageToAll(0xDEEE20FF, "2 line textext");
SetTimer("mssg2",50000,false);
}

is this right ?
Reply
#7

yup

Just like that, just DONT DELETE THE TIMER
Reply
#8

Ok thank you how much lines i can display in gta?

(sry 4 my english)
Reply
#9

Quote:
Originally Posted by MaNiii
Ok thank you how much lines i can display in gta?

(sry 4 my english)
idk
Reply
#10

public mssg1()
{
SendClientMessageToAll(0xFFFF00AA, "################################################# ###########################");
SendClientMessageToAll(0xFF9900AA, "Project-MP | Dein neues Gamer Netzwerk fьr alle Game Freunde!");
SendClientMessageToAll(0xFF9900AA, "Es erwartet euch eine nagelneue Community mit vielen neuen Features.");
SendClientMessageToAll(0xFF9900AA, "Unteranderem gibt es viele neue Server wie zB: GTA, Counter-Strike Source..");
SendClientMessageToAll(0xFF9900AA, ".. Battlefield, Call of Duty und viele weitere!");
SendClientMessageToAll(0xFF9900AA, "Bald kanns losgehen - wir freuen uns wenn auch ihr wieder dabei seit!");
SendClientMessageToAll(0xFFFF00AA, "################################################# ###########################");
SetTimer("mssg2",50000,false);
}

public mssg2()
{
SendClientMessageToAll(0x9EC73DAA, "################################################# ###########################");
SendClientMessageToAll(0x00FF00AA, "Mцchtest du etwas gutes tun? Wir benцtigen dringend ein paar Spenden!");
SendClientMessageToAll(0x00FF00AA, "Wer gerne wissen mцchte wohin die Spende wandert, dann klickt auf ..");
SendClientMessageToAll(0x00FF00AA, ".. www.SAW-RL.com und dann ins News & Updates Forum!");
SendClientMessageToAll(0x00FF00AA, "Jede Spende hilft, und Danke!");
SendClientMessageToAll(0x9EC73DAA, "################################################# ###########################");
SetTimer("mssg3",50000,false);
}

is this right so? and is 50000 milli seconds?
Reply
#11

Quote:
Originally Posted by MaNiii
public mssg1()
{
SendClientMessageToAll(0xFFFF00AA, "################################################# ###########################");
SendClientMessageToAll(0xFF9900AA, "Project-MP | Dein neues Gamer Netzwerk fьr alle Game Freunde!");
SendClientMessageToAll(0xFF9900AA, "Es erwartet euch eine nagelneue Community mit vielen neuen Features.");
SendClientMessageToAll(0xFF9900AA, "Unteranderem gibt es viele neue Server wie zB: GTA, Counter-Strike Source..");
SendClientMessageToAll(0xFF9900AA, ".. Battlefield, Call of Duty und viele weitere!");
SendClientMessageToAll(0xFF9900AA, "Bald kanns losgehen - wir freuen uns wenn auch ihr wieder dabei seit!");
SendClientMessageToAll(0xFFFF00AA, "################################################# ###########################");
SetTimer("mssg2",50000,false);
}

public mssg2()
{
SendClientMessageToAll(0x9EC73DAA, "################################################# ###########################");
SendClientMessageToAll(0x00FF00AA, "Mцchtest du etwas gutes tun? Wir benцtigen dringend ein paar Spenden!");
SendClientMessageToAll(0x00FF00AA, "Wer gerne wissen mцchte wohin die Spende wandert, dann klickt auf ..");
SendClientMessageToAll(0x00FF00AA, ".. www.SAW-RL.com und dann ins News & Updates Forum!");
SendClientMessageToAll(0x00FF00AA, "Jede Spende hilft, und Danke!");
SendClientMessageToAll(0x9EC73DAA, "################################################# ###########################");
SetTimer("mssg3",50000,false);
}

is this right so? and is 50000 milli seconds?
Yerp
Reply
#12

and all the messages what i create will show in 50000 milli seconds?
Reply
#13

no

the false is non repeating so

when it rings, it will start another timer and so on
Reply
#14

how can i make a distance between the messages?

because msg1, msg2, msg3 etc shows after the other message was sent.
Reply
#15

Quote:
Originally Posted by MaNiii
how can i make a distance between the messages?

because msg1, msg2, msg3 etc shows after the other message was sent.
?
Reply
#16

Cool,tanks
Reply
#17

Quote:
Originally Posted by nuriel8833
Cool,tanks
No Problem :P
Reply
#18

yeah, i like it! xd
Reply
#19

nice job
Reply
#20

Quote:
Originally Posted by X[ES
SX ]
yeah, i like it! xd
Quote:
Originally Posted by ► James_Alex
nice job
Thanks
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)