Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // Toggle FPS for loading maps faster
  2. alias fpschange "fpschange_high"
  3. alias fpschange_high "fps_max 999; playvol buttons\blip1 0.5; alias fpschange "fpschange_low"
  4. alias fpschange_low "fps_max 60; playvol buttons\blip2 0.5; alias fpschange "fpschange_high"
  5. fpschange_low //This turns your FPS low when the game starts to load maps faster
  6. bind "f3" "fpschange" //Bind F6 to whatever you prefer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement