←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Max players in game

  • +
  • -
piotr22's Photo piotr22 06.11.2013

Witam.

Mam serwer Only DD2 i zawuażyłem że jak jest po 10 osób w team (10 w CT i 10 TT) to wiecej graczy nie moze dolaczyć i zostają na sepekcie(nwm jak to się pisze :P), choc czasmi widze ze jest 12 osób w TT ale zato wtedy jest 8 w CT. Widziałem na wielu serwerach dd2 ze jest graczy po 16 w team. Jak mogę rozwiązać ten problem?

 

P.S sory nie wiedziełem jaki dać dział


Edited by piotr22, 06.11.2013 17:10.
Quote

  • +
  • -
Rodzyn's Photo Rodzyn 06.11.2013

pokaż plugins.ini, może PTB czy jakoś tak blokuje Ci ;)

Quote

  • +
  • -
piotr22's Photo piotr22 06.11.2013

Proszę

; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx    
amxbans_main.amxx debug  
;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
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!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here


ad_manager.amxx            ; Widoczne reklamy na czacie .
admin_freelook.amxx        ; Administrator widzi wszystko .
admin_spec_esp.amxx        ; ESP dla administratora by lepiej wykrywalo sie cheaterow .
adminlisten.amxx        ; Administrator widzi wszystkie rozmowy na czacie .
bulletdamage.amxx        ; Widoczne obrazenia obok celownika .
bcd_hudtimer.amxx        ; Czas wyswietlany w HUD do wybuchu bomby .
parachute.amxx            ; Spadochron dla kazdego gracza .
mutemenu.amxx            ; Menu dla gracza by mogl wyciszyc innego gracza /mute .
runplanting.amxx        ; Podkladanie bomby w ruchu .
afkbombtransfer.amxx        ; Jezeli gracz jest AFK dostaje pake najblizszy aktywny gracz .
realnadedrops.amxx        ; Po smierci wypadaja z ciebie wszystkie bronie razem z granatami .
flash.amxx            ; Wyswietla informacje kto cie oslepil .
hpk.amxx            ; Automatyczne wyrzycanie z serwera za ping +120 .
wybor_interpu.amxx        ; Wybor interpu bez opcji EXIT .
Allow_round_finish.amxx        ; Daje dokaczyc runde .
ptb.amxx            ; Przerzuca graczy do innych teamow .
vip_dd2.amxx                    ; Vip DD2
resetscore.amxx            ;reset stat w tabelce
show_ip.amxx            ;amx_ip
alt_end_round_sounds.amxx    ;muzyka
extreme_bancfg2.amxx            ; ban na cfg
eim.amxx                        ;leczenie
ultimate_warmup.amxx            ;rozgrzewka
Quote

  • +
  • -
GamesFPS.pl's Photo GamesFPS.pl 06.11.2013

Daj ";" przed "ptb.amxx            ; Przerzuca graczy do innych teamow ."

Quote

  • +
  • -
piotr22's Photo piotr22 06.11.2013

Daj ";" przed "ptb.amxx            ; Przerzuca graczy do innych teamow ."

Temat można zamknąć. Według mnie trzeba w pliku sma ptb zmienić zawartość

PTB_MAXSIZE = 10
na ilośc jaka się chce no i oczywiście skomplilować na amxx. Ja mam serwer 25 slotów więc dałem 12 bo 1 slot mi hltv zabiera .
Quote

  • +
  • -
sebul's Photo sebul 06.11.2013

Daj ";" przed "ptb.amxx            ; Przerzuca graczy do innych teamow ."

Temat można zamknąć. Według mnie trzeba w pliku sma ptb zmienić zawartość
PTB_MAXSIZE = 10
na ilośc jaka się chce no i oczywiście skomplilować na amxx. Ja mam serwer 25 slotów więc dałem 12 bo 1 slot mi hltv zabiera .

Przecież tego nie zmienia się w sma tylko w pliku .cfg
Quote