PDA

View Full Version : Bug on end of map


crazyfrag
04-25-2006, 19:26
Hi everybody.

First thank to all develloper for her greating works and for do it free for the user.

I have a little bug :

When map is ending this is cause a bug and all player are unable to play and the map doesnt change. For solve this i need to change manually the map

My mapcycle.txt and maplist.txt contain only de_dust2 (for the moment)

Server is a linux (debian distribution) dedicated server


00:20:56 plugin_print
00:20:56 Loaded plugins:
---------------------
0:<TAB>"StatsmeMinimum-Plugin 1.3.0.8, Roger Devil"
1:<TAB>"Mattie's EventScripts, http://mattie.info/cs, Version: 0.9.5.2"
2:<TAB>"Cvarblock Server Plugin 0.5.2 Online Edition - by bi0"


00:21:40 meta version
00:21:40 Metamod:Source version 1.2.1
Compiled on: Feb 15 2006
Plugin interface version: 8:7
SourceHook version: 4:3
http://www.sourcemm.net/


00:22:33 meta list
00:22:33 -Id- Name Version Author Status
[01] Basic Admin too 1.1.3 EKS RUN
[02] Forgive TK 1.1.4 EKS RUN

Server.cfg :
4// Use this file to configure your DEDICATED server.
// This config file is executed on server start.

// disable autoaim
sv_aim 0


// default server name. Change to "Bob's Server", etc.
hostname "[FR]Bienvenue|TeamXc4 (Recrute)"

// Mot de passe RCON
rcon_password "dont dream more"

// Mot de Passe Serveur
// sv_password ""

decalfrequency 120
tv_enable 0 //activation du source TV
host_framerate 0
decalfrequency 60
mp_limitteams 0
mp_autoteambalance 0
mp_forcecamera 3
mp_flashlight 1
mp_footsteps 1
mp_playerid 0
mp_autocrosshair 0
mp_friendlyfire 1
mp_fadetoblack 0
mp_autokick 0
mp_tkpunish 0
mp_startmoney 5000
mp_timelimit 0
mp_buytime .50
mp_roundtime 0
mp_freezetime 3.0
mp_c4timer 35
mp_winlimit 12
mp_fraglimit 0
mp_maxrounds 0
sv_lan 0
sv_allowupload 1
sv_allowdownload 1
sv_secure 1
sv_voiceenable 1
sv_alltalk 1
sv_cheats 0
sv_gravity 800
sv_friction 4
sv_stepsize 18
sv_stopspeed 75
sv_accelerate 5
sv_airaccelerate 10
sv_maxspeed 320
sv_timeout 180
sv_unlag 1
sv_pausable 0 //ne pas activer la pause
sv_region 3 //spécifié la region européene
sv_contact "[email protected]"
sv_downloadurl "it's a secret^^"
sv_maxrate 20000
sv_minrate 2500
sv_maxupdaterate 101
sv_minupdaterate 20
fps_max 101

exec smm_settings.cfg //Executer la configuration de statsminimum
exec banned_user.cfg // Executer le fichier des SteamID banni
exec banned_ip.cfg // Exécuter le fichier des IP banni
exec autoban.cfg //executer autoban
net_maxfilesize 27


Tell me if you need other or more information.

Thank to all.

devicenull
04-25-2006, 20:05
Combining VSP and SourceMM plugins is generally a bad idea.. remove all of one, or all of the other, and see if the bug goes away.

crazyfrag
04-25-2006, 20:17
Combining VSP and SourceMM plugins is generally a bad idea.. remove all of one, or all of the other, and see if the bug goes away.

Hi,
Thank you for fast reply.

Maybe you think i'm stupid but what is VSP ?

devicenull
04-25-2006, 20:43
Valve Server Plugins, what's show with plugin_print

crazyfrag
04-26-2006, 04:12
Ok but if i do that eventscript doesn't working...

And when i tried to install statsmeminimum on metamod addons the servers crash...

c0ldfyr3
04-26-2006, 10:18
Ok but if i do that eventscript doesn't working...

And when i tried to install statsmeminimum on metamod addons the servers crash...
That is because, when he said remove all valve server plugins, he meant Mattie Event Scripts too. You should not run both together.

crazyfrag
04-27-2006, 06:07
After editing server.cfg I solve my problème the serveur works now

c0ldfyr3
04-27-2006, 10:50
After editing server.cfg I solve my problème the serveur works now
What was wrong?

crazyfrag
04-27-2006, 18:19
mp_winlimit 12 to mp_winlimit 0 (I use only dust 2 for the moment)