Description:
This is a simple plugin that allows you to send fake variables to clients.
I made this script for myself to enable the use of commands like "thirdperson" in Left 4 Dead without having server side sv_cheats turned on.
For certain commands like "thirdperson" the client still requires sv_cheats to be set to 1 even if the cheat flag is removed.
Usage:
sm_fcvar <name/#userid> <cvar> <value>
For example if you want to send sv_cheats 1 to a client it would be:
sm_fcvar <name/#userid> sv_cheats 1
Changelog
1.1 - rewrote ugly code
1.0 - release