dialog box 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)
+--- Thread: dialog box help (
/showthread.php?tid=463124)
dialog box help -
DeathFire - 10.09.2013
Hey everybody
So, I want help with making a /credits command in a dialog box, with zcmd.
Thx for the help.
Re: dialog box help -
Areax - 10.09.2013
pawn Код:
#define DIALOG_CREDITS 99
CMD:credits(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_CREDITS, DIALOG_STYLE_MSGBOX, "Credits:", "YOUR TEXT HERE", "Ok", "")
return 1;
}
Also check this:
Click me!
Re: dialog box help -
DeathFire - 10.09.2013
Thanks

EDIT: I edited the text, but it keeps saying "YOUR TEXT HERE" :/