Dialog tab style list
#3

Did in this way:

pawn Code:
new list[500];
format(list, sizeof(list), "Name\tBounty ammount\tLocation\n");
format(list, sizeof(list), "%s (%i) (%s) %s", ReturnPlayerName(i), i, formatInt(Player[i][Bounty], zone));
ShowPlayerDialog(playerid, DIALOG_UNUSED, DIALOG_STYLE_TABLIST_HEADERS, ""#SERVER_NAME" - Wanted Players Online", list, "Close","");
But getting argument type mismatch at the second format.

EDIT: Fixed, thanks.
Reply


Messages In This Thread
Dialog tab style list - by SymonClash - 25.01.2019, 15:03
Re: Dialog tab style list - by Hazon - 25.01.2019, 15:17
Re: Dialog tab style list - by SymonClash - 25.01.2019, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)