隨便google一下就有了.....試試看吧不少人應該會遇到”LAN servers are restricted to local clients (class C)”的問題原因:對方(Server 端)沒有開放Internet 連線加入服務。解決方法:架設伺服器的朋友必須更改 Server 端 server.cfg 的設定為”sv_lan 0”;或者Client端的遊戲者自行尋找其他伺服器加入。位置:你就到cs資料夾內 然後在找一個cstrike資料夾找一個叫server檔案 它的副檔名是cfg就是server.cfg 請用記事本打開它再增加到這個項目// disable autoaim 下面加上 sv_lan 0 就ok了像這樣---------------------------------------------// disable autoaimsv_aim 0sv_lan 0----------------------------------------------