19.12.2012, 07:49
How do I make it come in after my reigster dialog, when i added it, everytime i got on my server the RP quiz just pops up and my age, male/female, and login and register doesnt come up
I added
under my login and register system on OnPlayerConnect like he said
I added
pawn Code:
// RP Quiz
SendClientMessage(playerid, -1,"You will have to pass through a quiz"); // Added -1 color as default.
ShowPlayerDialog(playerid,DIALOG_QUIZ,DIALOG_STYLE_LIST,"What does RP stands for?"," Real Pussy \n Role Play \n Real Money","Select","Leave Game");
QuizAnswers[playerid] = 0; // We set the player quiz answers to 0 when he connects.