安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
											






simply put:
This means the host will load in first , the entity will get altered. But shortly after your friend loads in the entity has not changed since he loaded in a couple seconds after the host.
the entity itself can't be altered after spawn , so what happens is that you are the only one that can see the effects. I have no solution for this since it is hard coded by valve unfortunately.
But, I had him copy and paste what came up on the console, and some lines did interest me a bit.
```
Can't use cheat cvar fog_start in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_end in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_startskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_endskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_color in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar fog_colorskybox in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar r_farz in multiplayer, unless the server has sv_cheats set to 1.
Can't use cheat cvar r_farz in multiplayer, unless the server has sv_cheats set to 1.
```
Our session for the day ended just now, since everyone else has to go to sleep, but if there is anybody who is down to help solve this issue, it would be really beneficial for us if you could try booting this up on multiplayer and see if setting `sv_cheats = 1` would solve this issue or not.