script args.Code:CodeCallback_PlayerCommand(args) { for(i=0; i<args.size; i++) args = fixChatArgs(args); }
The first line is needed?
If this line is present, the server generates an error "infinite loop" and server lag, and do not work console variables such as: "/+scores" "/kill".Code:for(i=0; i<args.size; i++)
I do not see what that array to which it belongs, and without this line everything works in perfect order!

Reply With Quote