13.02.2011, 13:24
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;
}
why