ShowPlayerDialog question - 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: ShowPlayerDialog question (
/showthread.php?tid=101109)
ShowPlayerDialog question -
SureShot - 08.10.2009
Im sitting here and its terrible -.-
How can i delete the Window (that window where you can write anything)
Thats the Code:
Код:
format(string, sizeof(string), "Du hast $%d auf deinem Konto.", PlayerInfo[playerid][pAccount]);
ShowPlayerDialog(playerid, 1006, DIALOG_STYLE_INPUT, "Kontostand", string, "Weiter", "Beenden");
I'll only have the main windows, the text, and the buttons.
Re: ShowPlayerDialog question -
Finn - 08.10.2009
Do you mean you want another dialog style?
DIALOG_STYLE_MSGBOX * This is the correct one for you.
DIALOG_STYLE_INPUT
DIALOG_STYLE_LIST
Re: ShowPlayerDialog question -
SureShot - 08.10.2009
yeah. Thanks.