Dialog not apeare
#1

So i have error with my registrator script
pawn Код:
else if((strcmp("Africa", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("africa")))
            {
                PlayerInfo[playerid][pOrigin] = 4;
                SendClientMessage(playerid, COLOR_YELLOW2, "Hi new member");
                ShowPlayerDialog(playerid, 125, DIALOG_STYLE_MSGBOX , "Tutorial", "Do you want see tutorial?", "Yes", "No"); //<<--- Not apeare but why?
                RegistrationStep[playerid] = 0;
                return 0;
            }
Reply
#2

Any Help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)