Raised This Month: $ Target: $400
 0% 

Map changing taking too long


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WhiteTomcat
Member
Join Date: Jan 2015
Old 06-23-2016 , 11:38   Map changing taking too long
Reply With Quote #1

Hello guys. I have a CS 1.6 server but I have a problem. When timeleft is finished server takes too long changing map by itslef. Is there anything that can be done to fix it? Thanks!
WhiteTomcat is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 06-23-2016 , 11:47   Re: Map changing taking too long
Reply With Quote #2

You can change the chat time, look in the server.cfg and change it.
Code:
mp_chattime 2
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
siriusmd99
Veteran Member
Join Date: Oct 2013
Location: Republic of Moldova
Old 06-23-2016 , 13:15   Re: Map changing taking too long
Reply With Quote #3

Install this plugin, it will delete a file which makes map change too long.

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "File Remover"
#define VERSION "1.0"
#define AUTHOR "Alka"


public plugin_init() {
   
   
register_plugin(PLUGINVERSIONAUTHOR);
}

public 
plugin_end()
{
   new 
szDir[] = "/"DirPointerszFile[32];
   
   
DirPointer open_dir(szDir""0);
   
   while(
next_file(DirPointerszFilesizeof szFile 1))
   {
      if(
szFile[0] == '.')
         continue;
     
      if(
containi(szFile"custom.hpk") != -1)
      {
         
delete_file(szFile);
         break;
      }
   }
   
close_dir(DirPointer);
   return 
1;

siriusmd99 is offline
hardboy
Member
Join Date: Jun 2014
Location: Greece
Old 06-24-2016 , 04:30   Re: Map changing taking too long
Reply With Quote #4

If you have sql connections check out if it fail
hardboy is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 06-25-2016 , 18:24   Re: Map changing taking too long
Reply With Quote #5

I just changed mp_chattime 2 and everything is just fine now. Thank you guys
WhiteTomcat 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 23:28.


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