Dialog doesn't fully show
#1

FIXED
Reply
#2

Shorten the lines down more.
Reply
#3

I need these lines, do you mean I delete some lines ?
Reply
#4

Make another strcat to include all the commands.
The include says that your line is too long.(The one below cmdstring definition)
Reply
#5

Does this show all the commands at the same dialog ? please provide an example
Reply
#6

pawn Код:
new szTest[ 50 ];

strcat( szTest, "Line 1\n" );
strcat( szTest, "Line 2\n" );
strcat( szTest, "Line 3\n" );

ShowPlayerDialog( playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, "Commands", szTest, "Ok", "" );
Remember, this is just an example.
An yes, it shows all the commands in the same dialog.
Reply
#7

Every command in a separate strcat or what ?

EDIT: FIXED thanks rockk
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)