SA-MP Forums Archive
Dialog not apeare - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog not apeare (/showthread.php?tid=184174)



Dialog not apeare - whitedragon - 18.10.2010

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;
            }



Re: Dialog not apeare - whitedragon - 18.10.2010

Any Help?