25.01.2019, 15:47
Did in this way:
But getting argument type mismatch at the second format.
EDIT: Fixed, thanks.
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","");
EDIT: Fixed, thanks.
