25.06.2014, 16:28
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
Source: https://sampwiki.blast.hk/wiki/ShowPlayerDialog
Example:
Source: https://sampwiki.blast.hk/wiki/ShowPlayerDialog
Example:
pawn Код:
new string[128], string2[128];
format(string, sizeof(string), "01) Skin 1\n"); strcat(string2, string);
format(string, sizeof(string), "02) Skin 2\n"); strcat(string2, string);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Select a skin from the list below", string2, "Choose", "Close");