Jump to content

[Plugin] Mapchooser4


Recommended Posts

kenzake powah!
Posted

Descriere: Acest plugin este cam ca cel vechi mapschooser numai ca acesta cand mai sunt 10 playeri da vote cu harti mai mici , iar atunci cand sunt 10 + 1 da voturi cu mape mai mari .
Descarcare: Link
Nume: mapchooser4
Versiune: 4.0
Autor: -

Instalare:
1. Fisierul mapchooser4.sma il puneti in addons/amxmodx/scripting
2. Fisierul mapchooser4.amxx il puneti in addons/amxmodx/plugins
3. Fisierul mapchooser4.txt il puneti in addons/amxmodx/data/lang
4. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
mapchooser4.amxx
5 . Creati un fisier cu numele maps si terminatia .ini ( maps.ini ) si il puneti in addons/amxmodx/configs/
In acest fisier puneti mapele mari ( acestea vor fi pt votul cu mape mari atunci cand sunt 10 + 1 playeri )
ex:
----www.CS16.ro----
awp_bycastor32
de_aztec
de_cbble
de_dust
de_dust2
de_dustyaztec
de_inferno
de_inferno2010
6. Creati un fisier cu numele maps_small si terminatia .ini ( maps_small.ini ) si il puneti in addons/amxmodx/configs
In acest fisier puneti mapele mici ( acestea vor fi pt votul cu mape mici atunci cand sunt -10playeri )
ex:
----www.CS16.ro----
cs_deagle5
de_dust2_2x2
fy_snow
fy_buzzkill
de_dust2_long
fy_snow_orange

Cvaruri:
// Map Chooser 4

amx_mapchooser_type "0"
0: random maps from amx_mapchooser_mapsfile/mapcycle/maps folder
1: nominations
2: the nextmap is a random map chosen from amx_mapchooser_mapsloc (no vote)
amx_mapchooser_mapsloc "0"
0: amx_mapchooser_mapsfile
1: mapcycle
2: maps folder
amx_nominfromfile
"0"
0: players can nominate all the maps from the map folder
1: players can only nominate maps from amx_mapchooser_mapsfile/mapcycle
amx_rtv
"1" - enables/disables rockthevote option (deafult is 1).
amx_rtv_percent "0.6"
amx_show_activity "2"
0 - doesn't show what the admin is doing (starting any vote i.e.),
1 - shows to everybody the activity of admin, but without showing his name,
2 - shows the activity of the admin with his name.
Higher than 2 values of this cvar aren'
t supported by mapchooser4 plugin.
amx_mapchooser_mapsfile "maps.ini"
amx_mapchooser_mapsfile_s "maps_small.ini"
amx_vote_time "10" - the time next vote can happen since last vote happened. Default is 10.
amx_vote_delay "40" - the length of time the vote is active. Default is 10.
amx_maxnominperplayer "1" - how many maps each player can nominate (default is 1).
amx_map_history "3" - how many last played maps shouldn't go to the maps vote menu (default is 5).
amx_extendmap_max "90" - max. time for overall extending the map if mp_timelimit is used (default is 90).
amx_extendmap_step "15" - with what time the map will be extended if mp_timelimit is used (default is 15).
amx_ext_round_max "3" - how many times the map can be extended if mp_maxrounds is used (default is 3).
amx_ext_round_step "3" - with what rounds number the map will be extended if mp_maxrounds is used (default is 3).
amx_ext_win_max "3" - how many times the map can be extended if mp_winlimit is used (default is 3).
amx_ext_win_step "3" - with what rounds number the map will be extended if mp_winlimit is used (default is 3).

 
Guest
This topic is now closed to further replies.
×
×
  • Create New...