View Single Post
05-07-11, 03:44 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by dstruct2k View Post
If I type /console print(GetCVar("farclip"))
You have a "typo" there

I just went on Live and tested out these commands and they both worked immediately for me ..
Code:
/console farclip 25
/run SetCVar("farclip", 25)
  Reply With Quote