Time Out!

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

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
Vasy<3
Membru, skill 0
Membru, skill 0
Posts: 29
Joined: 23 Oct 2010, 17:02
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Detinator server CS: CsCentru.no-ip.org
SteamID: Vasyx10
Location: Sighisoara
Has thanked: 1 time
Contact:

19 Dec 2010, 21:06

merge sv fara probleme....dar la un momendat le da la mai multi jucatori de o data "Time Out" si ii scoate afar!
dar mapa nu se schimba sau ceva....ii in timpul meciului!

stie cineva din ce cauza poate fii:|

help pls!

server.cfg

Code: Select all

// Server Cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 1
mp_limitteams 2
mp_hostagepenalty 0
mp_allowspectators 1
mp_timelimit 25
mp_chattime 0
sv_cheats 0
sv_gravity 800
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
pausable 0
mp_chattime 0


// Round Cvars
mp_freezetime 0
mp_roundtime 2
mp_startmoney 850
mp_c4timer 35
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0

// Bandwidth Rates
sv_rate 5500
sv_minrate 0
sv_maxrate 217125
sv_maxupdaterate 1737
sv_minupdaterate 10
decalfrequency 10
sv_timeout 22

// Server logging
log on
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// Internet Settings
sv_lan 0
sv_region 255
sv_contact "adresa ta de [email protected]"


// load ban files
exec listip.cfg
exec banned.cfg
exec dproto.cfg





setmaster add 69.28.151.162
setmaster add 72.165.61.189
setmaster add 207.173.177.11
setmaster add 68.142.72.250
setmaster add hlmaster.jolt.co.uk
setmaster add 65.73.232.251:27040
setmaster add 65.73.232.253:27040
setmaster add 207.173.177.12:27010
setmaster add 207.173.177.11:27010
setmaster add 68.142.72.250
setmaster add 207.173.177.11
setmaster add 207.173.177.12
setmaster add 207.173.177.13
setmaster add hl1master.steampowered.com:27010 
setmaster add 65.73.232.251
setmaster add 65.73.232.253
setmaster add 67.132.200.140
setmaster add 68.142.72.250:27010
setmaster add 72.165.61.189:27010
setmaster add 72.165.61.136:27010
setmaster add 69.28.151.162:27013
setmaster add 72.165.61.136:27013
setmaster add 72.165.61.151:27013
setmaster add 188.40.40.201:27010
setmaster add 213.239.209.221:27010
setmaster add 72.165.61.190:27010


sv_downloadurl "http://89.47.84.118/cstrike/"
// bandwidth rates/settings
sv_minrate 4000
sv_maxrate 8000
decalfrequency 10
sv_maxupdaterate 100
sv_minupdaterate 25
sv_mincmdrate 25
sys_ticrate 10000
cl_timeout 60
amxx.cfg

Code: Select all

// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File

// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"

// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"

// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1

// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2

// Frequency in seconds and text of scrolling message
//
// Default value: 
amx_scrollmsg "Vizitati forumul nostru http://CsMures.forumZ.ro " 300

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: 
amx_imessage "Bine ati venit pe %hostname% | Distractie Placuta" "255128255"
amx_imessage "Respectand Regulile o sa castigi Respect din partea Adminilor"18949"
amx_imessage "Multumim ca ati ales server-ul %hostname% Va mai asteptam!!"18500"
amx_imessage "|| CsCentru.No-Ip.Org-->CsMures.ForumZ.Ro ||"192192192"


// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 60

// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 5 10 15 30 45 60

// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5

// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75

// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 1

// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0

// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"

// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1

// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10

// How long voting session goes on
//
// Default value: 10
amx_vote_time 10

// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1

// Some ratios for voting success

// Default value: 0.40
amx_votekick_ratio 0.40

// Default value: 0.40
amx_voteban_ratio 0.40

// Default value: 0.40
amx_votemap_ratio 0.40

// Default value: 0.02
amx_vote_ratio 0.02

// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90

// Step for each extending
//
// Default value: 15
amx_extendmap_step 15

// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1

// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1

// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""

//
// Beginning of Counter-Strike package specific configurations.
//

// Rank mode
// 0 - by nick
// 1 - by authid 
// 2 - by ip
//
// Default value: 1
csstats_rank 0

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 99900

// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0

// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0



// Ghost Chat
// 0 - pluginul este dezactivat
// 1 - mortii pot citi ce scriu cei vii
// 2 - mortii si cei vii pot conversa intre ei
// 3 - doar HLTV poate citi ce scriu cei vii
amx_ghostchat 2


// ScrenShot Ultimate
amx_ss_max 5
amx_ss_interval
amx_ss_site http://csmures.forumz.ro

amx_destroy_activity "1"
plugins.ini

Code: Select all

; Admin Base - Always one has to be activated
admin.amxx		; admin base (required for any admin-related)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
mapsmenu.amxx		; maps menu (vote, changelevel)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
statsx.amxx		; stats on death or round end (CSX Module required!)
miscstats.amxx		; bunch of events announcement for Counter-Strike

; Enable to use AMX Mod plugins


; Custom - Add 3rd party plugins here
amx_showip.amxx				; afiseaza ip-ul si numele tuturor jucatorilor de pe server
ghostchat.amxx				; mortii pot vorbi cu cei vii
last_maps.amxx				; afiseaza ultimele 5 harti jucate pe server
admin_freelook.amxx
amx_lastip.amxx
ultimate_ss.amxx
resetscore.amxx
admin_who.amxx
log_ip.amxx
cs_team.amxx
advanced_blind.amxx
amx_destroy.amxx
advanced_gag.amxx
dp_test.amxx
updatehint.amxx
amx_parachute.amxx
;svc_bad_preventer.amxx


;--Dezacrivate--
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)
;telemenu.amxx		; teleport menu (Fun Module required!)
;scrollmsg.amxx		; displays a scrolling message
;restmenu.amxx		; restrict weapons menu
;stats_logging.amxx	; weapons stats logging (CSX Module required!)
;file_remover.amxx			; sterge fisierul custom.hpk care ingreuneaza schimbarea hartii
META LIST

Code: Select all

[  1] AMX Mod X, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  2] Booster-Lite, v1.13, 31.1.2004, 
 [  3] dproto, v0.4.8, 2010/01/28
 [  4] Fun, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  5] Engine, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  6] FakeMeta, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  7] CStrike, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  8] CSX, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
 [  9] Ham Sandwich, v1.8.1.3746, Aug 16 2008, by AMX Mod X Dev Team
Last edited by Vasy<3 on 21 Dec 2010, 11:01, edited 1 time in total.
Image
Image
RoyalServer
User avatar
Awakening
eXtream Mod
eXtream Mod
Posts: 3933
Joined: 06 Apr 2010, 11:01
Detinator Steam: Da
CS Status: Plictiseala
Detinator server CS: Adio cs
SteamID: eliara
Reputatie: eXtream Mod
Fost Manager VEST.eXtream.Ro
Fost Manager ZM.eXtream.Ro
Membru Club eXtreamCS (6 luni)
Nume anterior: CRISTIAN
Location: Bucuresti
Discord: m_i3
Has thanked: 151 times
Been thanked: 344 times

19 Dec 2010, 21:19

Vasy<3
Membru, skill 0
Membru, skill 0
Posts: 29
Joined: 23 Oct 2010, 17:02
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Detinator server CS: CsCentru.no-ip.org
SteamID: Vasyx10
Location: Sighisoara
Has thanked: 1 time
Contact:

19 Dec 2010, 23:08

da ma stiam de aia!

dar mie nu imi da cand schimb mapa sau ceva....da din senin in timpul ala 35 cat ii pus limita la mapa!
Image
Image
User avatar
*Joker*
Membru, skill +1
Membru, skill +1
Posts: 297
Joined: 16 Jul 2009, 09:11
Detinator Steam: Da
Detinator server CS: Nu
SteamID: wicke7
Been thanked: 9 times

21 Dec 2010, 00:06

si mie mai imi da jucatorii afara...ma uit in consola si la server si vad ca le da time out, dar nu stiu de la ce sa fie ...
am hartile in mapcycl, am ora exacta ( a zis game intr-un post ca si de la asta e... ), nu ramane sa fie decat de la addons, in care eu am 20 de pluginuri care funcioneaza bine :) ... incearca tu totusi sa schimbi addonsu vezi poate ai vreun rezultat ;))
Vasy<3
Membru, skill 0
Membru, skill 0
Posts: 29
Joined: 23 Oct 2010, 17:02
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Detinator server CS: CsCentru.no-ip.org
SteamID: Vasyx10
Location: Sighisoara
Has thanked: 1 time
Contact:

21 Dec 2010, 09:58

am schimbat ....de 3 ori:|
dar fara nici un rezultat :(
Image
Image
User avatar
KronoS eXtream
Fost administrator
Fost administrator
Posts: 4378
Joined: 02 Apr 2009, 19:18
Detinator Steam: Da
Reputatie: Fost administrator
Fost detinator Zombie-Land.eXtream.Ro
Contribuitor
Fost Scripter eXtreamCS
Dezvoltator al listei de seriozitate eXtreamCS
Location: Bucharest
Has thanked: 551 times
Been thanked: 820 times
Contact:

21 Dec 2010, 10:08

Salut Vasy<3!
NOU!!!
Cand faceti un topic cu problema dvs. postati continutul fisierelor amxx.cfg/server.cfg, plugins.ini, specificati datele despre addon ( versiune amxx, versiune metamod, booster, protocol - 47/48/47+48/dproto ) si (optional) puneti o poza cu eroarea intalnita. Asa va fi mult mai usor pentru ceilalti sa va ajute.
Nu efectuez tranzactii pe mess, skype etc. Aveti grija la indivizii care se dau drept mine!
Nu mai ofer suport asa ca nu imi mai trimiteti mesaje in legatura cu asta!


Zombie Plague Shade 1.2-debug1 [with Item Limiter] (12 September 2015) - Bombardier Branch
Vasy<3
Membru, skill 0
Membru, skill 0
Posts: 29
Joined: 23 Oct 2010, 17:02
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com!
Detinator server CS: CsCentru.no-ip.org
SteamID: Vasyx10
Location: Sighisoara
Has thanked: 1 time
Contact:

21 Dec 2010, 11:05

scuze
am modificat
si in consola la sv apare doar ka ii da afar pe jucatoti si le scrie "Time Out" in rest nimic:|

sper sa ma poata ajuta cineva!
Image
Image
Post Reply

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

  • Information
  • Who is online

    Users browsing this forum: No registered users and 112 guests