How would I go about assigning help text for a convar or console command?
[code]
] help sv_cheats
"sv_cheats" = "0"
notify replicated
- Allow cheats on server
[/code]
[code]
] help god
"god"
game cheat
- Toggle. Player becomes invulnerable.
[/code]
Interested in the bottom line, which explains what the convar or console command does.
Anyone have any ideas?
Currently, we have ConVar:GetHelpText( ), but no obvious way to set it in my eyes.
The cvar2 module I believe allows you to set the help text.
[QUOTE=blackops7799;19590691]The cvar2 module I believe allows you to set the help text.[/QUOTE]
This works, it's a shame that it appears I'm going to have to force it on people, though.
Sorry, you need to Log In to post a reply to this thread.