Advertisement
ijontichy

<stdin>

Aug 1st, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. CCMD (r_visibility)
  2. {
  3. if (argv.argc() < 2)
  4. {
  5. Printf ("Visibility is %g\n", R_GetVisibility());
  6. }
  7. else
  8. {
  9. R_SetVisibility (atof (argv[1]));
  10. }
  11. else
  12. {
  13. Printf ("Visibility cannot be changed in net games.\n");
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement