18.09.2012, 13:32
At a glance I would say you need to append ilist at the end of ilist, like so:
EDIT:
ShowPlayerDialog shouldn't be in a loop.
pawn Код:
format( ilist, sizeof ilist, "{FFFFFF}%s \t %s (Amount: %i)\n%s", itemName, itemDesc, itemAmm,ilist );
ShowPlayerDialog shouldn't be in a loop.