SA-MP Forums Archive
[FilterScript] [FS] Messages to announce - 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] Messages to announce (/showthread.php?tid=363775)



[FS] Messages to announce - HotStyle - 28.07.2012

[FS] Messages to Announce

I created this filterscript is for announce messages automatically on your server like this in the image below as you Can See, I'm sorry That I put the same message is it i was busy but not to worry it does not appear so many times messages is of time in times. Can edit the time if they want.



Download:

http://www.sendspace.com/file/2wwavz

http://pastebin.com/rkwvtqQA


Re: [FS] Messages to announce - HotStyle - 28.07.2012

if you liked a post


Re: [FS] Messages to announce - Team_PRO - 05.08.2012

Good i add this to my gamemode very useful


Re: [FS] Messages to announce - shaniyal - 05.08.2012

GOOD.
but where to edit the message.where i should write new msg instead of ur's one


Re: [FS] Messages to announce - lamarr007 - 05.08.2012

There is 100 FS and tutorials with this messages.. But not bad


Re: [FS] Messages to announce - matthew7677 - 05.08.2012

Good Job


Re: [FS] Messages to announce - doreto - 05.08.2012

Useless and there is tons of little snips like this


Re: [FS] Messages to announce - The__ - 05.08.2012

Instead of
pawn Код:
new messages[4][256] = {
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me"
};
You can do and have infinite number of messages + using less cells since max samp chat box output is 128 cells.
pawn Код:
new messages[][128] = {
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me",
"Edit-Me"
};
http://pastebin.com/4fwjKsc9