21.12.2010, 14:39
pawn Код:
CMD:race(playerid, params[])
{
new listitems[] = "{6EF83C}Forrest Race\n{FFA1A1}Test";
ShowPlayerDialog(playerid, 99999, DIALOG_STYLE_LIST, "{FFAF00}Race Tracks", listitems, "Select", "");
return 1;
}
CMD:race(playerid, params[])
{
new listitems[] = "{6EF83C}Forrest Race\n{FFA1A1}Test";
ShowPlayerDialog(playerid, 99999, DIALOG_STYLE_LIST, "{FFAF00}Race Tracks", listitems, "Select", "");
return 1;
}
Originally Posted by wiki.sa-mp.com/wiki/ShowPlayerDialog
dialogid - An ID to assign this dialog to, so responses can be processed. Max dialogid is 32767. Using negative values will close any open dialog.
|