18.01.2011, 13:51
Heres an example
pawn Код:
new
d_str[64];
format(d_str, sizeof(d_str), "Spas12 arena Players: %d \nDeagle arena Players: %d", PLAYERS_IN_SPAZDM, PLAYERS_IN_DEAGLE_DM); //swap these for the amount of players in the respective arenas
ShowPlayerDialog(playerid, DUEL_DIALOG, DIALOG_STYLE_LIST, "Choose an arena", d_str, "Ok","Cancel");