PAM ESL Hilfe

LSG|Rico
moin, ich wieder mal:
habe folgendes Problem: Pam 4 ist mit ESL-Rules installiert, soll nur als Hardcore laufen. Allerdings macht er das nicht (mehr). Vor 3 Wochen lief, wenn ich den Server gestartet habe, Backlot in S&D, so wie es in der Config eingestellt ist. Heute nun kommt nicht Backlot, sondern Crash und noch dazu im Team-Deathmatch. Kann keinen Fehler in der Config finden, vielleicht bin ich auch einfach nur zu blind. Wär nett wenn ihr mal nachschauen könntet. Danke schonmal

//=========================================================================
========
// General Settings
//=========================================================================
========

// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

// Network options
set net_ip "" // Set your servers IP address
set net_port "" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod4master.activision.com"
set sv_master2 "cod4authorize.activision.com"
set sv_master3 "cod4master.infinityward.com"
set sv_master3 "cod4update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password
set sv_privatePassword
set g_password

// Player slots setup
set sv_maxclients "14" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "150" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings (0=off/1=on)
set sv_allowdownload "1"
seta sv_wwwDownload "0"
//seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"

// Rate
set sv_maxRate "25000"

// FPS
//set sv_fps "20"

// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"

// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"

// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"

// In-game voice communication system
set sv_voice "0"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

// Team-Balance and Voting
set scr_teambalance "1"
set g_allowvote "1"

//=========================================================================
========
// Other Gameplay Settings
//=========================================================================
========

// Search & Destroy
set scr_sd_bombtimer 45
set scr_sd_defusetime 5
set scr_sd_planttime 5
set scr_sd_roundlimit 10
set scr_sd_roundswitch 5
set scr_sd_scorelimit 10
set scr_sd_timelimit 2.5
set scr_sd_multibomb 0
set scr_sd_numlives 1
set scr_sd_playerrespawndelay 1
set scr_sd_waverespawndelay 0

//=========================================================================
========
// Other Settings
//=========================================================================
========

set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
//ui_maxclients 32

//=====================================================
LIGA-SETTINGS
//=====================================================

set sv_pam "1"
set pam_mode eslhc

//************************************************ ******************************
Gametype Settings
//*************************************************************************
******

set gametype "sd"

//************************************************ ******************************
// SD -- SEARCH & DESTROY
//************************************************ ******************************
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bloc gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"


PS: ist nen Linux-server

edit: mit dem ESL-MR12 Mode ist es genauso, nur der Pam-Public-Mode funktioniert noch einwandfrei unglücklich