[FilterScript] Auto messages
#1



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

not bad, it was good
Reply
#3

not bad , try making something more hard..
Reply
#4

Nice and basic. Very useful though.
Reply
#5

Thank's!

+ rep me if you liked atleast
Reply
#6


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

:P ok xD But, Adding more ?
Example ?
Reply
#8

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

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;
}
Reply
#10

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
Reply
#11

*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
Reply
#12

=P LooL I will see next time

ty For This comment :P
Reply
#13

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!
Reply
#14

LooL I didn't get your message though :P
Reply
#15

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 ??
Reply
#16

Awesome work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)