Prevent getting kicked from server if server lags long time:
cl_timeout -1;cl_fullupdate 1
cvar.cl_timeout:set_raw_float(-1) -- Prevents you getting kicked from the game while server is down
cvar.cl_fullupdate:invoke_callback(1) -- Forces a full update on key press so u can move while the server is down