Rules cmd with Dialog style msgbox[REP++] - 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: Rules cmd with Dialog style msgbox[REP++] (
/showthread.php?tid=599312)
Rules cmd with Dialog style msgbox[REP++] -
JamalMaddox - 24.01.2016
Well I made a cmd with "Dialog style msgbox" but it was all an error
For example if anyone can do it
PHP код:
Rules
MESSAGE
MESSAGE
MESSAGE
......
..........
........
"Okay"
Re: Rules cmd with Dialog style msgbox[REP++] -
Arshman - 24.01.2016
Here is the code
PHP код:
#define TestBox 0
ShowPlayerDialog(playerid, TestBox, DIALOG_STYLE_MSGBOX ,
"{FFFFFF}Title For the box", "Line 1 \n Line 2 \n Line 3", "Ok", "");