30.04.2010, 18:05
(
Последний раз редактировалось ViruZZzZ_ChiLLL; 25.02.2011 в 00:28.
)
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:
Bugs? If you found one post them here or just PM me in forum 
Don't forget to leave a comment
________
Mflb
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"); } }

Don't forget to leave a comment
________
Mflb