[FilterScript] [FS] 8ball
#1

8ball FS
By : ViruZZzZ_ChiLLL

This is my first release so I hope you guys like it

What is it??
It's just a very, very simple filterscript and it's an 8ball
that will only reply the following answers:

-Yes
-No
-Maybe
-I don't know
-Definitely
-Of course not

Screen shots:
The command

A reminder that the 8ball will only reply these answers

Your question

The 8ball's answer


Pastebin and Downloads


Click here for the pastebin




Note : You can edit the answers here:

Код:
if(dialogid == 2 && response)
	{
     switch(random(5))
		{
	 case 0: ShowPlayerDialog(playerid, 3, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "Yes","Done","Back");
     case 1: ShowPlayerDialog(playerid, 4, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "No","Done","Back");
     case 2: ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "Maybe","Done","Back");
     case 3: ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "I don't know","Done","Back");
     case 4: ShowPlayerDialog(playerid, 7, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "Definitely","Done","Back");
     case 5: ShowPlayerDialog(playerid, 8, DIALOG_STYLE_MSGBOX, "The 8ball's answer", "Of course not","Done","Back");
		}
	 }
Bugs? If you found one post them here or just PM me in forum
Don't forget to leave a comment
________
Mflb
Reply
#2

nice script, thanks!!!!!!!
Reply
#3

Quote:
Originally Posted by billiout
nice script, thanks!!!!!!!
Thanks
________
FORD IKON PICTURE
Reply
#4

pretty good :P
Reply
#5

'Simple' actually totally fits, cuz this simply is a nice filterscript .
I suggest it actually wasn't hard to script, anyway, good work .
Reply
#6

Quote:
Originally Posted by 0ne
pretty good :P
Thank you ^^
Quote:
Originally Posted by DeathOnaStick
'Simple' actually totally fits, cuz this simply is a nice filterscript .
I suggest it actually wasn't hard to script, anyway, good work .
Yes, it even just took me 5mins or less
and thanks
________
Mercedes-benz r107
Reply
#7

Nice one
Reply
#8

I wanted to do this script too :O
but on mIRC Anyway 5/5*
Reply
#9

Quote:
Originally Posted by Peep
Nice one
Thanks

Quote:
Originally Posted by TheVista1995
I wanted to do this script too :O
but on mIRC Anyway 5/5*
Yeah, I know anyways, thanks
________
Marijuana Vaporizers
Reply
#10

You didn't make this, faggot.
http://weedarr.wikidot.com/others#toc4

You just put it in a filter and added dialogs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)