Dialog
#1

~Done~
Reply
#2

pawn Код:
COMMAND:commands(playerid, params[])
{
  ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Commands", "// Write all your SCM here//", "Oke","Exit")
  return 1;
}
Something like this. You can use \n to skip a line, so if I would do:

pawn Код:
Hello\nWorld
It would be seen in the MSGBOX as:

pawn Код:
Hello
World
I think you can do the rest.
Reply
#3

You could use strcat, function too.
Reply
#4

~Done~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)