What is the most effective way?
#1

this?
PHP код:
new info[50];
info "Blablabla\nBlablabla";
ShowPlayerDialog(playerid1DIALOG_STYLE_LIST,  "Title"info"button1""button2"); 
or this?
PHP код:
new info[50];
strcat(info"Blablabla\n");
strcat(info"Blablabla");
ShowPlayerDialog(playerid1DIALOG_STYLE_LIST,  "Title"info"button1""button2"); 
and i happy if i get help from you...


please i need help here too -
https://sampforum.blast.hk/showthread.php?tid=560190

thank you and sorry about my bad english :/
Reply
#2

pawn Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST,  "Title", "Blablabla\nBlablabla", "button1", "button2");
or you could do that.
Reply
#3

Less lines, the better. If you have huge text, use strcat
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=560190
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)