View Single Post
CDboy
Junior Member
Join Date: Aug 2020
Location: China
Old 12-07-2021 , 21:01   Re: [CSGO] Danger Zone Team Assignment Problem
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
Try
find cvarname
or
help cvarname

There are also plugins which list cvars.

Here is one of plugins. https://github.com/ambaca/Bacardi-Du...20Cmds%20Cvars

But notice:
- server and client have mostly same cvars and commands.
Client follow some of server cvars (replicate) for example: sv_cheats
- Also some cvars and commands are server side and some client side.
- Some cvars are hidden, you can see output with help command
Code:
smoothstairs
Unknown command "smoothstairs"
help smoothstairs
"smoothstairs" = "1" game replicated                                             - Smooth player eye z coordinate when traversing stairs.
Very kind of you, thanks!
CDboy is offline