Raised This Month: $32 Target: $400
 8% 

mp_chattime keeps changing


Post New Thread Reply   
 
Thread Tools Display Modes
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-16-2017 , 15:47   Re: mp_chattime keeps changing
Reply With Quote #11

  1. When it happens?
  2. Every changelevel?
  3. At map start up?
  4. At map end?
  5. It is always 5?
  6. Did you set it to 5 somewhere?
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 07-16-2017 at 15:47.
addons_zz is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 07-18-2017 , 09:40   Re: mp_chattime keeps changing
Reply With Quote #12

This happens even during playing, not in map change:
Quote:
L 07/18/2017 - 00:12:50: Server cvar "mp_chattime" = "7"
---------------
---few sec later---
---------------
L 07/18/2017 - 00:12:55: Server cvar "mp_chattime" = "5"
and then in map change even though in server.cfg mp_chattime is set to "3" it still changes to "5".

So weird.
Quote:
L 07/17/2017 - 17:41:00: Server cvar "mp_chattime" = "5"
L 07/17/2017 - 17:41:03: Server cvar "mp_chattime" = "3"

Last edited by WhiteTomcat; 07-18-2017 at 09:42.
WhiteTomcat is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 07-18-2017 , 18:50   Re: mp_chattime keeps changing
Reply With Quote #13

Quote:
Originally Posted by WhiteTomcat View Post
This happens even during playing, not in map change:
Seems you have some third part plugin messing with your `mp_chattime`.

If you have all your server plugins source code `.sma`,
you can look for all plugins which define the cvar `mp_chattime`
and look when they are changing the cvar and why.
  1. If you do not know how to code plugins, you can post here all your server plugin source code `.sma` files
    and we can look into them and see if any of them is changing the cvar `mp_chattime`.

  2. Or you can disable your server plugins until you find out which plugin is doing it.

    You can start just disabling every amxx plugin, then see if it is working,
    hence goes slowly (half by half) enabling things and see if it is working until you find it not working.

    1. Disable all plugins and test, if the default installation is really working properly.

    2. Next, enable half your plugins, and test if it is working.

      • If it not working, that means that some of that half you just enabled is breaking it.
      • Now you need to disable half of that half which you just enabled and broke your server.
      • So, repeat this, until you find out which plugin(s) is screwing your installation.

      • If it is working, that means that some of that half you just enabled is not breaking it.
      • Now you need to enable the half of that half that is remaining to you enable on your server.
      • So, repeat this, until you find out which half(s) is screwing your installation.

      • This is a quick procedure, for example, if you have 1000 plugins on your server, at the first moment you would eliminate 500 plugins.
      • But could be complications that could let to take more time, if there are bad plugins on both first 500 half's.
      • However, this is very less possible to happen.

    3. If you have trouble to understand it, see another similar approach to this.

    4. See here a similar problem/case and its solution.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 07-18-2017 at 18:51.
addons_zz is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode