31.08.2014, 14:30
Just comment;
Or remove the tutorial stuff.
pawn Код:
/*
if(dialogid == DIALOG_QUIZ_8)
{
if(response)
{
if(listitem == 0)
{
new tstr[1024]; //i doubt you even need this
ShowPlayerDialog(playerid, DIALOG_DO_TUTORIAL, DIALOG_STYLE_MSGBOX, "{33CCFF}YOU'VE PASSED THE QUIZ!", "You've answered all the questions successfully..", "OK", "");
hidePlayerDialog(playerid);
//rest code here for DIALOG_QUIZ_8
*/