like dialog - 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: like dialog (
/showthread.php?tid=133341)
like dialog -
02manchestera - 11.03.2010
How do i get that messagebox a bit like dialog anyone no what i mean, where it has not choices just shows text in a box.
Many thanks ales
Re: like dialog -
Chris. - 11.03.2010
I believe you're looking for the DIALOG_STYLE_MSGBOX dialog style.
Take a look here:
https://sampwiki.blast.hk/wiki/Dialog_Styles
An example would be:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"T extbox","Hello world!");
Re: like dialog -
aircombat - 11.03.2010
Dialogs :
DIALOG_STYLE_MSGBOX <== that's the one u want
DIALOG_STYLE_INPUT
DIALOG_STYLE_LIST
Re: like dialog -
02manchestera - 12.03.2010
thanks
Re: like dialog -
aircombat - 12.03.2010
Urw