View Single Post
GitS2125
Member
Join Date: Jun 2005
Location: Erligheim
Old 10-02-2007 , 19:04   Re: Enable Cheat Cvars
Reply With Quote #15

Hi

well I know this is a kinda old thread but I thought about the problem with the client cheat var.

How about this:

Normaly:
- sv_cheats is 0.
- no user can change cheat vars.
- no admin can change cheat vars.

If a admin want to use cheats only for himself:
- sv_cheats changes to 1 (hidden).
- no user can change cheat vars because it'll get blocked by the plugin
something like: "if (cvar is normaly a cheat cvar) { block }.
- the admin can use cheat vars and stuff because its really sv_cheats 1.

Well I'm a really bad source-pawn coder but if someone helps me I like to develop it not only for educational purposes I really like to have such a plugin not for cheating rather to use it to see how maps are set up.

well even if some of you think its a "bad" plugin and try to stop the development someone will write it and then you dont have the option to add funktions that prevent hidden cheating such as adding something like "@cheating" to the admins/users name.

cya
GitS2125 aka Chanz

Last edited by GitS2125; 10-02-2007 at 19:11.
GitS2125 is offline