Код:
format(LittleCount, 10, "%i", ServerInfo[ServerReports]);
//--------------------------------------------------------------------------
format(LittleCount, 10, "%i", ServerInfo[ServerReports]); TextDrawSetString(ReportInfo[1], LittleCount);
So why are you formating string and doing nothing, then again formating the SAME string and seting the textdraw string? Arange the code little better, and learn to use functions in specific way that they are needed for. Because literaly I don't understand why you have code like that and you do not understand what is happening?