Matrix effect (uses sv_cheats 1 when activated)
echo by TraceurAlex echo Matrix Effect (slow motion effect, needs to have sv_cheats 1) echo Press mouse3 to turn on and off //to play alone bind mouse3 matrix_on alias matrix_on "sv_cheats 1; host_timescale 0.3; bind mouse3 matrix_off" alias matrix_off "host_timescale 1.0; sv_cheats 0; bind mouse3 matrix_on" //for server, put your rcon_password //bind mouse3 matrix_on //alias matrix_on "rcon sv_cheat 1;rcon host_timescale 0.3; bind //mouse3 matrix_off" //alias matrix_off "rcon host_timescale 1.0;rcon sv_cheats 0; bind //mouse3 matrix_on"
My 3rd script =) This can be use to play whit bots or in a sever. The time slow downs to everyone. the value host_timescale can be change.
"1 = normal"
"1< slowmotion ex: 0.2"
">1 fast motion ex: 1.4"
for server this is the user script You dont put this on the server cfg files! Mouse3 to activate.
info: press down wheel of the mouse = mouse3
rate and comment
ty =)


