I am trying to edit a TF Stats 9.3.5 but when compiling it there is always an error.
Code:
4665 new client = CappedBy{i};
4666 if (IsFakeClient(client) && GetConVarBool(ignorebots))
4667 break;
Errors:
error 033: array must be indexed (variable "-unknown-")
warning 215: expression has no effect
error 001: expected token: ";", but found "}"
warning 217: loose indentation
error 036: empty statement
fatal error 190: too many error messages on one line