16.03.2015, 17:05
My code would show all the admins that are online.
That line would pretty much format the string, then reformat it using the string it previously formatted but adding a new line each time it formats it, probably not the best way to do it, but it will still work.
pawn Code:
format(string, sizeof string, "%sAdmin: %s(%d)\n", string, plName, i);