Dialog won't show on spawn
#4

pawn Код:
public AdminVerify(playerid)
{
    if(pInfo[playerid][pAdminPIN] == 0)
    {
        LoginSpawn[playerid] = false;
        ShowPlayerDialog(playerid,ADMINPIN_INPUT,DIALOG_STYLE_INPUT,"Set your administrator account PIN","Please enter an administrator PIN number, which you will use on every login (4 digit number only):","Set","");
    }
else
{
    LoginSpawn[playerid] = false;
    ShowPlayerDialog(playerid,ADMINPIN_DIALOG,DIALOG_STYLE_INPUT,"Enter administrator PIN","Please enter your administration PIN number:","Confirm","");
}
return 1;
}
try this whithout returns
Reply


Messages In This Thread
Dialog won't show on spawn - by Gerira Gaijin - 17.01.2012, 21:36
Re: Dialog won't show on spawn - by Gerira Gaijin - 18.01.2012, 10:21
Re: Dialog won't show on spawn - by thimo - 18.01.2012, 13:56
Re: Dialog won't show on spawn - by mineralo - 18.01.2012, 14:28
Re: Dialog won't show on spawn - by Gerira Gaijin - 18.01.2012, 21:43

Forum Jump:


Users browsing this thread: 1 Guest(s)