SA-MP Forums Archive
Dialog Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog Help (/showthread.php?tid=249067)



Dialog Help - Bam23 - 17.04.2011

I want to make a command like /rules and a dialog will pop up. There it would be like this

===============================|
Topic |
===============================|
[Info] |
/n |
/n - Body |
/n |
===============================|
===========Ok - Button==================|
===============================|

If there is any text box like this please help me out on how to do this


Re: Dialog Help - Unknown123 - 17.04.2011

Something like this...

pawn Код:
ShowPlayerDialog(playerid, 1337, DIALOG_STYLE_MSGBOX, "Topic", "\n \n \n", "L33T");