10.03.2012, 15:20
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:
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.