number of arguments does not match definition
#8

pawn Код:
public DisplayDialogForPlayer(playerid, dialogid)
{
    new mstring[1500], titlestring[32], line1[512], line2[512], line3[256];
    new string[128];
    new dialogmessage[120];
    switch(dialogid)
    {
        case 1:
        {
            new string[128];
            format(string,sizeof(string),"Welcome back to***HIDDEN***, %s .\n\nThat name is registered. please enter your password below.",PlayerName(playerid));
            ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Login",string,"Login","Quit");
        }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)