Quote:
Originally Posted by Luis-
My code would show all the admins that are online.
pawn Code:
format(string, sizeof string, "%sAdmin: %s(%d)\n", string, plName, i);
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.
|
Oh, I didn't notice that "%s, string". Sorry.