SA-MP Forums Archive
How Problem .... Registration - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How Problem .... Registration (/showthread.php?tid=324708)



How Problem .... Dialog Registration +Rep - Scrillex - 10.03.2012

So I have entered fighting styles and quiz RP... But when I register it only shows fighting styles....

So maybe some one can help me out with it.. How to make it Registration/ Question / Fighting / ETC

Please help me...

On Register dialog I have this:
Код:
                 ShowPlayerDialog(playerid,DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX,""COL_WHITE"Success!",""COL_GREEN"Great! YourStats have been saved!","Ok","");
                ShowPlayerDialog(playerid,DIALOG_QUIZ,DIALOG_STYLE_LIST,"What does RP stands for?"," Real Pussy \n Role Play \n Real Money","Select","Leave Game");
                ShowPlayerDialog(playerid,DIALOG_SUCCESS_1, DIALOG_STYLE_MSGBOX,""COL_WHITE"Success!",""COL_GREEN"Great! YourStats have been saved!","Ok","");
                ShowPlayerDialog(playerid,DIALOG_Figting,DIALOG_STYLE_LIST,"Choose Your Fighting Style"," Elbow \n Boxing \n Grab kick \n Kung Fu \n Normal","Accept","Cancel");
			    QuizAnswers[playerid] = 0; // We set the player quiz answers to 0 when he connects.



Re: How Problem .... Registration - Scrillex - 10.03.2012

Maybe some one knows .... Because I cant figure it out. Maybe it can solve with case or what?