Announcement

Collapse
No announcement yet.

More quakec questions (yet again)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by Zop View Post
    Seven, I attempted to look for this feature where you change a setting after someone disconnects, but I could not find it. I did a search for "shift" and "stuffcmd", but I guess I don't know what to look for or where? Thanks.
    Several SMC features use stuffcmd tricks (even evil cvar_setīs).
    If you are doing it wrong, you are running a risk to change the players config file. Which should be avoided in any case.

    Most important are the functions that puts a client into the server (PutClientInServer) and kicks him out of it (ClientDisconnect).
    Always reset things there at least.

    Using dedicated mod_config files might help as well to keep your mod settings and cvars seperate.
    Hope this helps.

    Best wishes,
    Seven

    Comment

    Working...
    X