Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
Deathrun Życia wyłączone... a można je wygrać.
Temat rozp.
Wiewiorek
, 13.07.2009 22:49
9 odpowiedzi w tym temacie
#1
Napisano 13.07.2009 22:49
Wiec jest taki problem że życia są wyłączone a kiedy wygrasz w blackjacku lub kiedy postawisz na kogos jakąś kase i przekroczysz jakis próg pieniędzy chyba 16tys. to dostaje się życia czasem 10 czasem 40 a nawet po 100+ i nie wiem co mam z tym zrobić życia są wyłączone i za zabicia terrorysty się nie zdobywa a jak się wygra kase np. w blackjacku to zdobywa się życia. Jak je wyłączyć?
#2
Gość__*
Napisano 15.07.2009 21:21
Pokaż swój plik plugins.ini, amxx.cfg
#3
Napisano 17.07.2009 11:48
Sory że tak długo ale mnie nie było.
; AMX Mod X plugins ; Admin Base - Always one has to be activated mini_bans.amxx 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) ReasonKicker.amxx 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; 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!) ; Enable to use AMX Mod plugins ;amxmod_compat.amxx ; AMX Mod backwards compatibility layer ; Custom - Add 3rd party plugins here ; Custom - Add 3rd party plugins here DeathrunManager.amxx hpk.amxx rules_green.amxx afkkicker.amxx bunnyhop.amxx team_join.amxx Allow_round_finish.amxx ad_manager.amxx amx_hp_spawn.amxx DRM_trigger_hurt_fix.amxx specinfo.amxx swear_replacement.amxx alt_end_round_sounds.amxx dontsayips.amxx votemute.amxx customflashlight.amxx mutemenu.amxx unbanmenu.amxx blackjack.amxx lastmanbets.amxx stuck.amxx hns_shop.amxx admin_gag.amxx travellmeter.amxx join_leave.amxx reconnect_features.amxx Map_Spawns_Editor.amxx allchat.amxx Galileo.amxx
// 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: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
// "This server is using AMX ModXnVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
// 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 0
// 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 1
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
// 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
// server cfg
mp_flashlight "1"
mp_freezetime "0"
mp_timelimit "20"
mp_startmoney "800"
sV_alltalk 1
// kickkicker
mp_afktime 120
mp_afkminplayers 1
// Bunny Hop
bh_enabled 1
bh_autojump 0
bh_showusage 1
// rules
rules_interval 3
rules_hudmessage_time 20
rules_join_timeout 5
// death manager
deathrun_toggle 1
deathrun_spray 0
deathrun_radio 1
deathrun_giveusp 0
deathrun_removebz 1
deathrun_hidehud 0
deathrun_blockmoney 0
deathrun_blockkill 0
deathrun_semiclip 1
deathrun_lifesystem 0
deathrun_gamename 1
// teamjoin
tjm_join_team 2
tjm_switch_team 0
tjm_class_t 1
tjm_class_ct 1
tjm_block_change 1
// blackjack
bj_min_bet_val 100
bj_chat_msgs 1
bj_enabled 1
bj_start_method 1
// mapchooser4
amx_mapchooser_type 1
amx_mapchooser_mapsloc 0
amx_mapchooser_mapsfile "maps.ini"
amx_nominfromfile 0
amx_maxnominperplayer 1
amx_extendmap_max 10
amx_extendmap_step 10
amx_ext_round_max 1
amx_ext_round_step 1
amx_ext_win_max 1
amx_ext_win_step 1
// ksa napocztk max
amx_maxmoney 16000
// max hp
amx_hp_spawn 50
// specinfo
si_enabled 1
si_list_enabled 1
si_keys_enabled 1
si_list_default 1
si_keys_default 1
si_immunity 1
si_msg_r 45 //: HUD message red value.
si_msg_g 89 //: HUD message green value.
si_msg_b 116 //: HUD message blue value.
// swear_replacement
amx_addswear "swear word"
// To add a swear word in swearwords.ini and start blocking the word from that moment on.
amx_addreplacement "replacement line"
// - To add a new replacement line in replacements.ini
// muzyk
ers_enabled 1
ers_player_toggle 1
erc_time_ads 120
erc_random_precache 12
// ban za reklame ip
ip_banviolators 1
ip_banminutes 3
mp_forcechasecam 0
// votemute
say /mute
say_team /mute
// amx ban
amx_unbanmenu
// UNSTUCK
amx_autounstuck "1"
amx_autounstuckeffects "1" // unstuck effect
amx_autounstuckwait "6"
// DEATHRUN SHOP !
hns_shop "1" //- allows or disables hide'n'seek shop (default 1)
hns_shop_silentcost "3500" // - silent walk cost (default 4500)
hns_shop_stealthcost "5000" //stealth suit cost (default 9500)
hns_shop_noflashcost "2000" //noflash blinding cost (default 8000)
hns_shop_grenadecost "1500" //- hegrenade cost (default 1500)
hns_shop_hpcost "4500" // - hp cost (default 8000)
hns_shop_gravitycost "4500" //- gravity cost (default 16000)
hns_shop_armorcost "2500" // - armor cost (default 6000)
hns_shop_speedcost "5000"
hns_shop_hpcvar "150" //- how much hp gives after buying HP in shop (default 150)
hns_shop_armorcvar "150" //- how much armor gives after buying Armor in shop (default 150)
hns_shop_allowsilent "1" //- disable or allow silent walk buying
hns_shop_allowstealth "1" // - disable or allow stealth suit buying
hns_shop_allownoflash "1" //- disable or allow no flash blinding buying
hns_shop_allowgrenade "0" //- disable or allow he grenade buying
hns_shop_allowgravity "1" // - disable or allow gravity buying
hns_shop_allowspeed "1" // - disable or allow fast speed buying
hns_shop_allowhp "1" //- disable or allow heal buying
hns_shop_allowarmor "1" //- disable or allow armor buying
hns_shop_allowgodmode "1" //- disable or allow godmode buying
// admin mute
amx_gag <nick/userid> <flagi (a/b/c)> <czas w sekundach> // dawanie mute
amx_gag <nick/userid> <czas w sekundach> // bedzie automatycznie dodawalo w flagi abc
amx_gag <nick/userid> // będzie dawało flagi abc i mute na 600 sec / 10 min
amx_gag <nick/userid> <flagi> // będzie dodawało czas 600 sec
amx_ungag <nick/userid> // usuwanie mute
// powod ban
amx_minibans_forum "http://ws.boo.pl"
amx_minibans_hudmsg "1"
amx_minibans_moreinfo "0"
amx_minibans_logs "1"
amx_minibans_logstype "1"
amx_minibans_kickdelay "10.0"
amx_minibans_reason "Spam Pulapkami"
amx_minibans_reason "Reconnect!"
amx_minibans_reason "Ogarnij Ping!"
amx_minibans_reason "Przeklinasz i Obrazasz!"
amx_minibans_reason "Bugujesz!"
amx_minibans_reason "Upadek liczy sie jako kill!!"
amx_minibans_reason "Naduzywasz Micro"
// komenda /server
redirect_active 1
redirect_auto 1
redirect_manual 1
redirect_follow 1
redirect_external_address 91.210.128.50:27040
redirect_check_method 2
redirect_announce 40
redirect_announce_mode 3
redirect_announce_alivepos_x 1,0
redirect_announce_alivepos_y -0,01
redirect_announce_deadpos_x -1,0
redirect_announce_deadpos_y 0,35
redirect_show 1
redirect_adminslots 0
redirect_maxadmins 0
redirect_retry 1
redirect_hidedown 0
redirect_localslots 0
// reconnect
amx_noreconnect_time 5
amx_noreconnect_score 1
amx_noreconnect_money 1
amx_noreconnect_startmoney 1
amx_noreconnect_spawn 1
// server messages
server_msg_mode "4"
server_rule_mode "4"
server_info_mode "4"
server_msg_style "5"
server_rule_style "2"
server_info_style "8"
server_msg_ondeath "1"
server_rule_ondeath "1"
server_info_ondeath "1"
server_msg_time "10"
server_msg_delay "15"
server_rule_prefix "1"
server_restart_msg "0"
amx_noreconnect_notify 1
// powod kick
amx_kick_r1 "Spam Pulapkami!"
amx_kick_r2 "Reconnect!"
amx_kick_r3 "Ogarnij Ping!"
amx_kick_r4 "Przeklinasz i Obrazasz!"
amx_kick_r5 "Bugujesz!"
amx_kick_r6 "Upadek liczy sie jako kill!"
amx_kick_r7 "Za duzo gadasz przez mikrofon!"
// pisanie do wszystkich nawet nie zywi
sv_allchat 2
ac_namecolor 0
ac_msgcolor 1
ac_hidestatus 0
ac_teamchat 1
// mapchooser i rtv
amx_extendmap_max 40
amx_extendmap_step 20
gal_cmd_votemap 1
gal_cmd_listmaps 2
gal_banrecent 15
gal_banrecentstyle 1
gal_rtv_commands 4
gal_rtv_wait 3
gal_rtv_ratio 0.60
gal_nom_playerallowance 2
gal_nom_mapfile mapcycle.txt
gal_nom_prefixes 0
gal_nom_qtyused 0
gal_runoff_enabled 1
gal_runoff_duration 15
gal_vote_weight 0
gal_vote_weightflags y
gal_endonround 1
gal_vote_showstatus 1
gal_vote_showstatustype 2
gal_srv_start 1
gal_endofmapvote 1
gal_listmaps_paginate 10
gal_vote_mapchoices 5
gal_vote_duration 15
gal_vote_mapfile mapcycle.txt
gal_vote_expirationcountdown 1
gal_vote_uniqueprefixes 0
gal_vote_announcechoice 1
gal_emptyserver_wait 0
gal_emptyserver_mapfile mapcycle.txt
#4
Napisano 17.07.2009 20:56
Za BlackJacka to ktore Cvary odpowiadaja ?
#5
Napisano 18.07.2009 08:50
Nie ma ich tutaj.Za BlackJacka to ktore Cvary odpowiadaja ?
#6
Napisano 18.07.2009 11:38
jak nie ma... kliknijcie ctrl + f i wpiszcie "blackjack"
// blackjack bj_min_bet_val 100 bj_chat_msgs 1 bj_enabled 1 bj_start_method 1
#7
Napisano 18.07.2009 11:47
Wiewiorek, musialbys w .sma poszukac o tym zyciu i przerobic albo kogos poprosic
#8
Napisano 18.07.2009 12:08
Ale to jest w pluginie deathruna jakos tak ze jak kasa bedzie powyzej np. 16tys. to dostaje 40 żyć jak bym wykasował blackjacka i to typowanie to by nikt żyć nie zdobywał... ale ja lubie w czasie gry np. pograć w oczko więc jakby ktoś mógł w ogóle skasować te linijki o życiu w tym pluginie deathruna v 2.5
#9
Napisano 18.07.2009 12:23
Wiewiorek, podaj zapodaj mi tego DeathRuna moze cos mi sie uda zrobic
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych


Dodatki SourceMod



Temat jest zamknięty









