←  Problemy z pluginami

AMXX.pl: Support AMX Mod X i SourceMod

»

Team Join

  • +
  • -
Pozdrawiam - zdjęcie Pozdrawiam 03.11.2011

Witam mam plugin( http://amxx.pl/topic...oin-management/) automatycznego przydzielania do ct na speedrun
Ustawienia:
* tjm_join_team "2" <0|1|2|3|4>
o Liczba zespołu, do której gracz powinien dołączać :
o 0 = Nie Auto-Join , 1 = T, 2 = CT, 3 = SPEC, 4 = Przypadkowo CT or T

* tjm_switch_team "0" <0|1>
o Zmusza klienta do zmienienia zespołów gdy gracz otwiera menu chwila już przed wybraniem drużyny.
o 0 = NIE, 1 = TAK

* tjm_class_t "5" <1|2|3|4|5>
o Który model klient powinien wykorzystywać kiedy zmuszony do drużyny TT .
o 1 = Phoenix Connexion, 2 = Elite Crew, 3 = Arctic Avengers, 4 = Guerilla Warfare, 5 = Random

* tjm_class_ct "5" <1|2|3|4|5>
o Który modela klient powinien wykorzystywać kiedy zmuszony do drużyny CT .
o 1 = Seal Team, 2 = GSG-9, 3 = SAS, 4 = GIGN, 5 = Random

* tjm_block_change "1" <0|1>
o Jeśli tjm_switch_team nie jest 1, to zablokuje klienta z wybierania zespołów.
o 0 = Zezwól na Zmianę drużyny, 1 = Blokuj zmianę drużyny

I on dołancza powiedzmy 2 osoby do ct a resztę zostawia na spec

Plik plugin.ini

; AMX Mod X plugins

; 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
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)

; 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
;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

team_join.amxx ; przerzuca do ct
invis.amxx ; dodaje fps
OnlyKnifeAtStart.amxx ; daje tylko noz na poczatku rundy
bunnyhop.amxx ; auto BH
rrespawn.amxx ; auto-respawn
speedometer.amxx ; licznik predkosci (velocity)
deathrun_stats.amxx ; top15
antyduck.amxx ; blokowanie spychania z respa
semiclip.amxx ; duszki
remove_weapons.amxx ; usuwa z mapy bronie



a i mój serwer ma 4 sloty ale to nic nie powinno zmieniać chyba :D
Użytkownik Pozdrawiam edytował ten post 03.11.2011 14:24
Odpowiedz

  • +
  • -
exTez - zdjęcie exTez 03.11.2011

Zobacz czy w server.cfg masz takie cvary :
mp_autoteambalance 0
mp_limitteams 0
Jeżeli nie, dopisz je.
Odpowiedz