SA-MP Forums Archive
How to make a big dialog MSG? - 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)
+--- Thread: How to make a big dialog MSG? (/showthread.php?tid=366726)



How to make a big dialog MSG? - [M.A]Angel[M.A] - 07.08.2012

Hello i need to make big dialog msg how to make it?


Re: How to make a big dialog MSG? - Ranama - 07.08.2012

here you go:

https://sampwiki.blast.hk/wiki/ShowPlayerDialog

ShowPlayerDialog(playerid, INFO_DIALOG, DIALOG_STYLE_MSGBOX, "My title of my cool messagebox", "Server rules:\n don't go to my place\njust shoot on admins\nDon't have fun\nEtc.", "Okay", "");

Hope you understands how to do it.