SA-MP Forums Archive
[FilterScript] [FS] 8ball - 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] [FS] 8ball (/showthread.php?tid=145049)



[FS] 8ball - ViruZZzZ_ChiLLL - 30.04.2010

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


Re: [FS] 8ball - billiout - 30.04.2010

nice script, thanks!!!!!!!


Re: [FS] 8ball - ViruZZzZ_ChiLLL - 30.04.2010

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


Re: [FS] 8ball - 0ne - 30.04.2010

pretty good :P


Re: [FS] 8ball - DeathOnaStick - 30.04.2010

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


Re: [FS] 8ball - ViruZZzZ_ChiLLL - 30.04.2010

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


Re: [FS] 8ball - Peep - 30.04.2010

Nice one


Re: [FS] 8ball - TheVista1995 - 30.04.2010

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


Re: [FS] 8ball - ViruZZzZ_ChiLLL - 30.04.2010

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


Re: [FS] 8ball - NiiRV4N4 - 01.05.2010

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

You just put it in a filter and added dialogs.