В server.cfg написано всеволиш 1 mp_timelimit 20
Вот мой server.cfg с настройками
Цитата
// Set the Host Name
hostname "Server" // Имя сервера.
amx_gamename "CS"
// Set the rcon password
rcon_password "pass" // Пароль для управления сервером через консоль клиента. Чтобы данная функция не работала, оставьте пустым.
// Server Logging
log on // включаем режим записи логов
mp_logdetail 3 // определяем детальность записи логов
mp_logmessages 0 // записывать сообщения
// Server Variables
mp_timelimit 20
mp_autokick 0
mp_autoteambalance 1
mp_c4timer 35 // Время таймера на бомбе (в сек)
mp_flashlight 1 // Разрешить фонарик
mp_footsteps 1
mp_freezetime 1 // Время для закупки в начале раунда, когда нельзя двигаться (в сек)
mp_friendlyfire 0 // Режим попадания по своим тим-мэйтам
mp_hostagepenalty 0
mp_limitteams 0
mp_tkpunish 0
mp_roundtime 2.5 // Длительность раунда (в мин)
mp_buytime 0.50 // Время, от начала раунда, когда ещё можно купить оружие (в мин)
mp_fadetoblack 0
mp_forcechasecam 1
mp_forcecamera 0
mp_kickpercent 100
mp_playerid 1
mp_startmoney 800
mp_chattime 3
mp_falldamage 1 // Есть урон от падений
sv_airaccelerate 10
sv_airmove 1
sv_restartround 0
sv_maxspeed 320
sv_proxies 1
sv_allowdownload 1
sv_allowupload 1
sv_downloadurl "http://gg"
sv_voiceenable 1
sv_alltalk 0
sv_voicequality 4
sv_voicecodec voice_speex
allow_spectators 1
pausable 0
cl_weather 0
// cheat and fun modes
sv_aim 0
sv_cheats 0
// Set Rates
sv_maxrate 20000
sv_spectatormaxspeed 500
sv_maxspeed 320
sv_maxupdaterate 101
sv_minrate 2500
sv_minupdaterate 20
decalfrequency 10
sys_ticrate 10000
// Enable/Disable LAN mode
sv_lan 0 // Для локальной сети – 1, для Интернета – 0.
А вот plugins.ini
Цитата
csf_opengl32.amxx
csf_anticheat.amxx
; AMX Bans
;admin_amxbans.amxx
amxbans.amxx
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; 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.)
;telemenu.amxx ; teleport menu (Fun Module required!)
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
scrollmsg.amxx ; displays a scrolling message
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
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
gamenamechanger.amxx
antimat.amxx
public_rules.amxx
admin_spec_esp.amxx
amx_hpk.amxx
;connect_ip_client.amxx
;roundsound.amxx
;join_ip_colored.amxx
lastround.amxx
;Realistic_FlashBang.amxx
ultimate_sounds.amxx
simple_redirect.amxx
;serverredirect.amxx
;xredirect.amxx
loadingsound.amxx
round_nonstop.amxx
vampire.amxx
timelimitvote.amxx
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
Цитата(Mr.Dmitry @ 4.4.2010, 14:29)

round_nonstop.amxx - Плагин чтоб раунд был бесконечным
Mr.Dmitry так это чтобы раунд был бесконечный,а не время карты,как я понимаю)))