02.03.2013, 14:56
(
Last edited by TFreemen; 02/03/2013 at 04:39 PM.
)
I need a CMD to add lines in the dialog in game.I`m scripting in MYSQL.
This is the dialog:
This will be the CMD:
This is the dialog:
Code:
CMD:dev(playerid, params[]) { ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "xxxxxxxxxx", "xxxxxxxxxx", "Exit", ""); return 1; }
Code:
CMD:changedev(playerid, params[]) { Script to add lines on dialog without deleting past lines. }