Lil help
#1

pawn Код:
if(dialogid == the_dialog) //0xA2F20DFF
    {
        if(strlen(inputtext) == 0) return ShowPlayerDialog(playerid,Maindialog,1,"Label","Put the text","Ok","Cancel");
        strcat(LInfo[ID][text],inputtext);
        ShowPlayerDialog(playerid,Colordialog,1,"Color","(must be hex)","Ok","Cancel");
        return 1;
    }
but then when on my other piece of code ihave to print what it has it says "<null>"
why
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)