08.03.2012, 18:40
I'm pretty sure this or something like it has been suggested before, but:
A function to add, remove and rename columns in the scoreboard. Like
in which id is the position of the column counter from left and starting from 0, name is the new name for the column and number is string is a value to set to the column. EditScoreboardColumn would create a new column, if one didn't exist for the id given and the amount would be limited so the scoreboard is easily readable for everyone.
P.S. I'm not good with pawn.
A function to add, remove and rename columns in the scoreboard. Like
pawn Code:
native EditScoreboardColumn(id, name);
native RemoveScoreboardColumn(id);
native SetStat(id, string);
P.S. I'm not good with pawn.

