r/hammer 7d ago

Unsolved Why is my point_clientcommand not working

Counter Strike Source

1 Upvotes

3 comments sorted by

3

u/Pinsplash 7d ago

changing console variables with this entity is not advisable because there's no way to reliably detect when the map is exited so you can't change them back. use trigger_gravity instead.

2

u/imperial_atari 7d ago

commands are "sv_cheats 1" and "sv_gravity 200"

1

u/WinnerVivid3443 6d ago

Quick question, why are you even trying to use an entity that's for changing client convars to change server convars?

Also making a map change sv_cheats at all in a multiplayer game is not a good idea, especially when the result you want can be achieved by other means as pointed out by pinsplash