Information into dialog list
#3

Use DIALOG_STYLE_MSGBOX with the format serman gave^. So code:
pawn Код:
format( string, sizeof string, "Family %d\n Name %s\n Leader %s\n Members %d", number, FamilyInfo[ i ][ FamilyName ], FamilyInfo[ i ][ FamilyLeader ], FamilyInfo[ i ][ FamilyMembers ] );
ShowPlayerDialog( playerid, 668, DIALOG_STLYE_MSGBOX, "Family info", string, "Close", "" );
Reply


Messages In This Thread
Information into dialog list - by King Ace - 26.06.2011, 12:56
Re: Information into dialog list - by serman - 26.06.2011, 13:29
Re: Information into dialog list - by Mean - 26.06.2011, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)