Created
September 15, 2014 00:26
-
-
Save moritzuehling/b7daad50d71b18e8b102 to your computer and use it in GitHub Desktop.
This is a bullet-time script for CS:GO Servers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rcon sv_cheats 1; | |
rcon weapon_accuracy_nospread 1; | |
rcon sv_gravity 400; | |
rcon sv_accelerate 1000000; | |
rcon sv_airaccelerate 10000000; | |
rcon alias +bullet "+bullet1"; | |
rcon alias -bullet "-bullet1"; | |
rcon alias +bullet1 "host_timescale .5; alias +bullet +bullet2"; | |
rcon alias -bullet1 "host_timescale 1; alias +bullet +bullet1"; | |
rcon alias +bullet2 "alias -bullet -bullet2"; | |
rcon alias -bullet2 "alias +bullet +bullet1; alias -bullet -bullet1"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment