[FilterScript] [FS] Messages to announce
#1

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

if you liked a post
Reply
#3

Good i add this to my gamemode very useful
Reply
#4

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

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

Good Job
Reply
#7

Useless and there is tons of little snips like this
Reply
#8

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)