Dialog wont showup if i put strings in the dialog description help me
#1

pawn Code:
public OnPlayerConnect(playerid)
{
    if(!fexist(pFiles(playerid)))
    {
        SendClientMessage(playerid,C_WHITE,"Fole");
        new r_string[500];
        format(r_string,sizeof(r_string),"____________| SAFE | Administration System |____________/n Good Day %s it seems that you are not registred /n please type your password bellow to register",pName(playerid));
        ShowPlayerDialog(playerid,D_REGISTER,INPUT,"Safe | Administration System |",r_string,"Proceed","Cancel");
       
    }
    else
    {
        INI_ParseFile(pFiles(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
    }
    return 1;
}
Reply
#2

Show your OnDialogeResponse please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)