SA-MP Forums Archive
[FilterScript] Auto messages - 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 messages (/showthread.php?tid=360766)



Auto messages - Bingo - 18.07.2012



Hi everyone!

I am Baskin commonly known as *Ema* , From the server [UoP]Universe of Paradise it's from 0.3c and i love playing thier and want to be a part from that server, This is my 3rd FS( The FS that i didn't published ) It's freaking easy and helpfull! Let's take a look on the script :

Auto message :

This FS allow you to send Auto server messages inside the server(Just as bot messages) , the server messages contains 8 messages and that will be random messages you can edit them in .pwn file.

How to use this Filterscript:

When you type /onbot This cmd will start auto messages, Messages which you ' ev been define on .pwn file! you can edit Message 1,2,3,4... Replace them with you message!

How to install:
  • 1. Download from Pastebin! You will get a notepad file!
  • 2. Copy all the code present in Notepad file (Which you'ev downloaded)
  • 3. Open (pawno.exe) it is present in Samp server files!
  • 4. Paste all code there (Which you' ev copied)!
  • 5. Press F5 And you will get .amx file!
  • 6. Goto /filterscript folder, Paste (.pwn and .amx) file there!
  • 6. Goto server.cfg, Add this line next to Filterscript (It will look like this)
  • filterscripts [vTc]Auto message! Enjoy
Screenshot



Download : (Already i have Uploaded .amx and .pwn file )


Pastebin ---> http://pastebin.com/dB0Au8M7

Mirrors are allowed!

************************************************** ***************************

NON CRASHING!
BUG FREE!
FREE DOWNLOADING
NON-VIRUS!
TESTED!

-(CREDITS)-

[vTc]Patroool - For making
[vTc]Esam - For testing
[vTc]Baskin - Bug fixing

-Thank you for using it!

+Rep me if you liked



Re: Auto messages - Bruno Alves - 18.07.2012

not bad, it was good


Re: Auto messages - XStormiest - 18.07.2012

not bad , try making something more hard..


Re: Auto messages - Infinity90 - 18.07.2012

Nice and basic. Very useful though.


Re: Auto messages - Bingo - 19.07.2012

Thank's!

+ rep me if you liked atleast


Re: Auto messages - FireCat - 19.07.2012


Lol'd
It's to basic, add more features >.<


Re: Auto messages - Bingo - 19.07.2012

:P ok xD But, Adding more ?
Example ?


Re: Auto messages - EV007 - 19.07.2012

Pretty good, but there is another way to make this, much easier,faster.


Re: Auto messages - doreto - 19.07.2012

There is tons of this and more will be createt... why you dont make it like that

+ i see weapons defines but i dont see were you use it

pawn Код:
forward SendMSG();
new RandomMSG[][] =
{
    "message1.",
    "message2.",
    "message3."
};

public OnGameModeInit()
{
    SetTimer("SendMSG", 120000, true);
    return 1;
}

public SendMSG()
{
    new randMSG = random(sizeof(RandomMSG));
    SendClientMessageToAll(-1, RandomMSG[randMSG]);
    return 1;
}



Re: Auto messages - Bingo - 19.07.2012

My friend's I am not pro scripter xD I know there's tons of FS like this, But as an normal scripter its best for me!

But i am expecting more from me I will try this, What you 'ev posted @Doreto


Re: Auto messages - Biesmen - 19.07.2012

*cough* What's the point of releasing things when you know many this is released many times. Usually people make filterscripts with a reason: It's something new, or it's something that already exists but more advanced, more unique.

Why would other people use your filterscript instead of the 500 filterscripts about automated messages that exist at this moment?

If you want to show off your scripts, you can post it at the Discussions section and ask for people their opinion there.. Anyway, I am not sure what I should think of this filterscript since it could be copied from here.. Well, it's exactly the same except you did it on an very unefficient way :3


Re: Auto messages - Bingo - 19.07.2012

=P LooL I will see next time

ty For This comment :P


Re: Auto messages - Biesmen - 19.07.2012

Quote:
Originally Posted by [vTc]Patroool
Посмотреть сообщение
=P LooL I will see next time

ty For This comment :P
Thank you aswell for not taking my comment personally Wish there were more people like you!


Re: Auto messages - Bingo - 20.07.2012

LooL I didn't get your message though :P


Re: Auto messages - cordellpwnz - 01.03.2013

Quote:
Originally Posted by doreto
Посмотреть сообщение
There is tons of this and more will be createt... why you dont make it like that

+ i see weapons defines but i dont see were you use it

pawn Код:
forward SendMSG();
new RandomMSG[][] =
{
    "message1.",
    "message2.",
    "message3."
};

public OnGameModeInit()
{
    SetTimer("SendMSG", 120000, true);
    return 1;
}

public SendMSG()
{
    new randMSG = random(sizeof(RandomMSG));
    SendClientMessageToAll(-1, RandomMSG[randMSG]);
    return 1;
}
lol i dont see any weapon stuff, unless you thought the MSG said SMG ??


Re: Auto messages - StopFondlinMe - 01.03.2013

Awesome work.