Dilema PTB (nu stiu ce sa ii mai fac)

Discutii legate de instalarea, configurarea si modificarea unui server de Counter-Strike.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

25 Feb 2014, 12:49

Nu stiu din ce motive nu functioneaza cum trebuie pluginul PTB sau mai bine zis nu functioneaza deloc.

mp_autoteambalance si mp_limitteams sunt setate pe 0 din server.cfg

Am incercat urmatorele setari in ptb.cfg:

Setat default:
| Afiseaza codul
// PTB Configuration
//
// File location: addons/amxmodx/configs/ptb.cfg
//
// Settings are loaded on every mapchange
// from this cfg file
//
// For details on the settings check out the documentation
// in the readme.txt file
echo [PTB] Ptb.cfg is being executed

// These two cvars must be set to 0 so PTB can work properly.
mp_autoteambalance 0
mp_limitteams 0

// Control of chatmessages which can be 0 for off 1 on if set to 2 then Transfers will show in hud but not chat.
// If set to 3 it will show all messages in chat and transfers as hudtext
ptb_saychat 1
			  
// Transfertype can only be 1, 2 or 3 and 3 is the most agressive transfer 
// 1 is PTBs original transfertype
ptb_transfer_type 1

// Set to 0 if admins with immunity also should be switched
ptb_switch_immunity 0

// Set to 0 if admins with immunity cant choose the team they wants
ptb_limitjoin_immunity	1

// Here you set which flag an admin must have to be immune against transfers (Default o ADMIN_LEVEL_C)
ptb_immunity_level "o"

// Here you set which flag an admin must have to be able to change PTB settings (Default l ADMIN_RCON)
ptb_access_level "l"

// If you want to see Transfers made in the HLSW chat have this set to 1
ptb_show_in_hlsw 1


// team selection control
amx_ptb limitjoin    off 	// set limits on team joining
amx_ptb limitafter   2		// number of rounds after which teams limiting begins
amx_ptb limitmin     3		// number of minimum players on map for team limiting
amx_ptb maxsize      0		// maximum team size per team
amx_ptb maxdiff      12		// maximum team size difference
amx_ptb autorounds   3		// number of first rounds into match, which allow autojoin only
amx_ptb wtjauto      1		// wtj tries needed to become autojoined
amx_ptb wtjkick      5		// wtj tries needed to become kicked
amx_ptb kick         off	// kick for wtj counts
amx_ptb savewtj      off 	// save wtjs to wtj.log

// team balancing actions
amx_ptb switch       on		// switch/transfer players
amx_ptb switchafter  1		// number of rounds after which switching begins
amx_ptb switchmin    5		// number of minimum players on map for switching
amx_ptb switchfreq   1		// relative next possible switch round
amx_ptb playerfreq   7		// relative next possible switch round for player
amx_ptb forceswitch  1		// number of tries after which PTB switches alive, if neccessary
amx_ptb deadonly     on	        // switch dead only

// messages (good to have on when debugging if you use statsx dont have them on)
amx_ptb tellwtj      off 	// tell about wtj tries
amx_ptb announce     off	// announce team status at beginning of round
amx_ptb sayok        on	        // announce team status, if teams are alright
amx_ptb typesay      off	// use HUD messages

// team strength limits
amx_ptb maxstreak    3		// max. allowed team win streak
amx_ptb maxscore     2		// max. allowed team score difference
amx_ptb minrating    1.5	// minimum critical team rating
amx_ptb maxrating    2.0	// maximum critical team rating
amx_ptb superrating  3.0	// super critical team rating
amx_ptb maxincidents 50		// maximum kills + deaths before the score is divided by PTB_SCALEDOWN
amx_ptb scaledown    2		// divisor for kills and deaths, when PTB_MAXINCIDENTS is reached


Si setari modificate:
| Afiseaza codul
// PTB Configuration  [Edited and improved by SunSet]
//
// File location: addons/amxmodx/configs/ptb.cfg
//
// Settings are loaded on every mapchange
// from this cfg file
//
// For details on the settings check out the documentation
echo [PTB] Ptb.cfg is being executed

// These two cvars must be set to 0 so PTB can work properly.
mp_autoteambalance 0
mp_limitteams 0

// Control of chatmessages which can be 0 for off 1 on if set to 2 then Transfers will show in hud but not chat.
// If set to 3 it will show all messages in chat and transfers as hudtext
ptb_saychat 1
			  
// Transfertype can only be 1, 2 or 3 and 3 is the most agressive transfer 
// 1 is PTBs original transfertype
ptb_transfer_type 1

// Set to 0 if admins with immunity also should be switched
ptb_switch_immunity 0

// Set to 0 if admins with immunity can't choose the team they wants
ptb_limitjoin_immunity	1

// Here you set which flag an admin must have to be immune against transfers (Default o ADMIN_LEVEL_C)
ptb_immunity_level "o"

// Here you set which flag an admin must have to be able to change PTB settings (Default l ADMIN_RCON)
ptb_access_level "l"

// If you want to see Transfers made in the HLSW chat have this set to 1
ptb_show_in_hlsw 0


// team selection control
amx_ptb limitjoin    on 		// set limits on team joining
amx_ptb limitafter   0		// number of rounds after which teams limiting begins
amx_ptb limitmin     1		// number of minimum players on map for team limiting
amx_ptb maxsize      17		// maximum team size per team
amx_ptb maxdiff      2		// maximum team size difference
amx_ptb autorounds   3		// number of first rounds into match, which allow autojoin only
amx_ptb wtjauto      3		// wtj tries needed to become autojoined
amx_ptb wtjkick      5		// wtj tries needed to become kicked
amx_ptb kick         off		// kick for wtj counts
amx_ptb savewtj      off 		// save wtjs to wtj.log
	
// team balancing actions
amx_ptb switch       on		// switch/transfer players
amx_ptb switchafter  1		// number of rounds after which switching begins
amx_ptb switchmin    2		// number of minimum players on map for switching
amx_ptb switchfreq   1		// relative next possible switch round
amx_ptb playerfreq   7		// relative next possible switch round for player
amx_ptb forceswitch  0		// number of tries after which PTB switches alive, if neccessary
amx_ptb deadonly     off 		// switch dead only

// messages (good to have on when debugging if you use statsx dont have them on)
amx_ptb tellwtj      off 		// tell about wtj tries
amx_ptb announce     off		// announce team status at beginning of round
amx_ptb sayok        off		// announce team status, if teams are alright
amx_ptb typesay      off		// use HUD messages

// team strength limits
amx_ptb maxstreak    3		// max. allowed team win streak
amx_ptb maxscore     2		// max. allowed team score difference
amx_ptb minrating    1.5		// minimum critical team rating
amx_ptb maxrating    2.0		// maximum critical team rating
amx_ptb superrating  3.0		// super critical team rating
amx_ptb maxincidents 50		// maximum kills + deaths before the score is divided by PTB_SCALEDOWN
amx_ptb scaledown    2		// divisor for kills and deaths, when PTB_MAXINCIDENTS is reached


In nici unul din cazuri nu merge.

In consola imi arata: Team Balancer 1.8b2 Ptahhotep ptb.amxx running

Poate fi in conflict cu unul din pluginuri ? desi nu cred...

Code: Select all

antiss.amxx  
amx_ip.amxx   
amx_gag.amxx  
amx_last.amxx 
amx_who.amxx   
amx_pikav5.amxx
amx_massacre.amxx 
advanced_blind.amxx 
AutoCenterMsg.amxx  
amx_toggleimmune.amxx   
admin_transfer.amxx
Colored_Admincmd.amxx 
CooL_Live.amxx  
C4Timer.amxx 
ghostchat.amxx   
hpk.amxx 
ptb.amxx 
Krond-Functions.amxx   
ms_shower.amxx 
resetscore.amxx  
teamflash.amxx
teamsemiclip.amxx 
ultimele_harti.amxx


Servarul este hostat la 0ping. V-am dat toate informatiile deci eu nu mai stiu ce sa ii fac :)
RoyalServer 2
User avatar
Mădălin
Administrator
Administrator
Posts: 5295
Joined: 06 Mar 2013, 21:40
Detinator Steam: Nu
Reputatie: Administrator
Fost manager cs.extream.ro
Web designer
Administratorul anului 2023
Has thanked: 45 times
Been thanked: 310 times
Contact:

26 Feb 2014, 15:31

Nu ştiu care ar putea fi problema însă încearcă să scoţi următoarele pluginuri din cod şi să pui PTB primul în lista de pluginuri..

Code: Select all

amx_massacre.amxx 
ms_shower.amxx 
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

26 Feb 2014, 17:15

massacre este un plugin pentru destroy iar ms_shower arata niste mesaje pe server deci nu vad ce legatura ar avea....ar putea fi ceva din securitatea hostului / permisiuni ?
Post Reply

Return to “Probleme la servere dedicate de Counter-Strike”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 60 guests