[FilterScript] [FS] Automatic Messages
#1

I never did any scripting in awhile, and in my server would have some automatic messages, so i decided to make a Filter Script of one to give out for people..

Automatic Messages by iLcke
Whats so special about it?
Nothing really.. Just you don't gota tell people to go to your forum ect, Every two minutes there would be a message that comes up.
How Long did it take you to make it?
5-10 Minutes.
Screens?
Eh, sure, Why not! "www.sa-mp.com" and the one about RC7 sa-mp is the automessage. There are a total of 3 auto messages though. But you could edit it to your own needs..


(Couldn't really think of nothing for auto messages at the time)

Script Lines?
Not many.. Just 44..

Download?
I recommend PasteBin, where you know what your getting, and all you gota do is copy + paste..
PasteBin: http://pastebin.com/cXpx57N7
PasteBin: http://pastebin.com/Y7WKZJjP - This one has a few lines taken off, thanks TMasters.ProRP

Do whatever you want with the script, i don't really care.. Just, comment.
Reply
#2

Pretty decent. nice work
Reply
#3

Thanks,
Reply
#4

Nice [FS] dude keep it up
Reply
#5

nice but they r called Random Messages
Reply
#6

Not bad bro.
Reply
#7

Small, Simple and very usefull
Reply
#8

Nice fs
Reply
#9

really simple
Reply
#10

Well, scripts like that is such for pleople that are reaaaaaaallyy beginners at scripting.
It is so easy to make that.

But anyways. Nice. Go learn more Scripting and surprise me with more stuff like that (please not so lame stuff )

Reply
#11

Here a bit optimised one, i just reedited


public OnGameModeInit()
{
SetTimer("Messages", 120000, true); // 120000 = 2 minutes
return 1;
}
public Messages()
{
new randMSG = random(sizeof(Message));
SendClientMessageToAll(COLOR_LIGHTBLUE, Message[random(sizeof(Message))]);
}


anyways, here it is
http://pastebin.com/Y7WKZJjP
Reply
#12

Thanks everyone

Quote:
Originally Posted by Flashy
Well, scripts like that is such for pleople that are reaaaaaaallyy beginners at scripting.
It is so easy to make that.

But anyways. Nice. Go learn more Scripting and surprise me with more stuff like that (please not so lame stuff )
Sure, will work on more FS later.. But its summer, and i have free time, and i mean alot of free time, so i will be scripting my GM(RP Script, 23,000+ lines) and might start on a Drift/DM Gamemode and release it.
Reply
#13

Nice man
Reply
#14

Nice, i already made 1 myself else i would have used yours
Reply
#15

Awesome, 100th post.
And thank you everyone.
Reply
#16

Nice , But you can add more features like Random COLOR Texts
Reply
#17

I never thought of that. I might give it ago..
Reply
#18

Question: Why are you using both OnGameModeInit and OnFilterScriptInit?
Reply
#19

Simple, easy and useful!
Great job.

Greets,
Mujib
Reply
#20

Quote:
Originally Posted by Hiddos
Question: Why are you using both OnGameModeInit and OnFilterScriptInit?
Cause it was like 1-3am my time when i was working on it.. I wasn't thinking straight.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)