Skocz do zawartości

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.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

Problem z drshop


  • Zamknięty Temat jest zamknięty
13 odpowiedzi w tym temacie

#1 legion

    Pomocny

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 08:26

Witam na mim death runie wrzucilem pluga drshop niestety nie dziala. Mozecie mi pomoc?? Z gory dziekuje.

Oto moj amxx.cfg
// 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 "Zapraszamy na nasze forum PlayOrDie.pl. Prowadzimy rekrutacje na adminow. Info na forum PlayOrDie.pl" 180
amx_scrollmsg "Zapraszamy na forum serwera - PlayOrDie.PL" 180
amx_scrollmsg "KONKURS NA PLAYORDIE.PL - WYGRAJ ODTWARZACZ MP4! INFO NA PLAYORDIE.PL 130

// 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 "Witamy na PlayOrDie [Death Run]" "180"
amx_imessage "Zapraszamy na forum serwera - PlayOrDie.pl" "180"
amx_imessage "Prowadzimy rekrutacje na adminow. Wiecej info na na PlayOrDie.PL" "180"
amx_imessage "Chcesz byc z nami wbij na www.playordie.pl "130"

// 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: 0
csstats_rank 0

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

////Ustawienia dla Deathrun manager//// START ////

deathrun_toggle 1/0 <domy�lnie: 1> //w��cz/wy��cz plugi
deathrun_spray 1/0 <domy�lnie: 1> //wy��czenie spray'�w
deathrun_radio 1/0 <domy�lnie: 1> //w��czenie/wy��czenie radio komend
deathrun_giveusp 0 <domy�lnie: 1> //usp dla CT
deathrun_removebz 0 <domy�lnie: 1> //usuniecie strefy kupowania
deathrun_removehud 0 <domy�lnie: 1> //usuniecie czasu i pieni�dzy z hud
deathrun_blockmoney 0 <domy�lnie: 1>//je�li w��czone gracze maja 0$
deathrun_semiclip 1 <domy�lnie: 1> //w��cz/wy��cz przenikanie
deathrun_lifesystem 2 <domy�lnie: 1> // System �y� 0-wy��czone;1- w��czone za zabicie TT; 2- jesli terro przezyje dostaje zycie jesli CT zabije TT dostaje zycie
 
////Ustawienia dla Deathrun manager//// KONIEC ////


MiniBans
amx_minibans_reason "Cheatujesz"
amx_minibans_reason "Kultura!"
amx_minibans_reason "Bugujesz"
amx_minibans_reason "Spamujesz "
amx_minibans_reason "Reklamujesz"
amx_minibans_reason "Przeszkadzasz"
amx_minibans_forum "www.PlayOrDie.pl"


bh_enabled 1
bh_autojump 1
bh_showusage 1


// xredirect

redirect_active 1
redirect_auto 1
redirect_manual 1
redirect_follow 1
redirect_adminslots 1
redirect_maxadmins 0
redirect_check_method 2
redirect_show 1

deathrun_shop 1
deathrun_he_cost 4000
deathrun_bothgrenades_cost 6000
deathrun_silent_cost 7500
deathrun_health_cost 10000
deathrun_armor_cost 12500
deathrun_speed_cost 8000
deathrun_gravity_cost 6000
deathrun_invisibility_cost 16000
deathrun_speed_power 400.0
deathrun_gravity_power 0.5
deathrun_advertise_message 1

  • +
  • -
  • 0

#2 TiTu$

    Czempion

  • Użytkownik

Reputacja: 139
Zaawansowany

  • Postów:817
  • GG:
  • Lokalizacja:Rzeszów
Offline

Napisano 11.05.2009 08:54

Witam na mim death runie wrzucilem pluga drshop niestety nie dziala. Mozecie mi pomoc?? Z gory dziekuje.


Nice :lol: Na pewno ci pomogę ;)
1. W jaki sposób nie działa?
2. Pokaż logi.
3. Dopisałeś do plugins.ini ? ;>
  • +
  • -
  • 0

#3 legion

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 09:25

Nie dziala tak ze jest niby kasa ale nie mozna nic kupic.


L 05/03/2009 - 00:18:24: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 00:18:39: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_militia
L 05/03/2009 - 00:20:33: -------- Mapchange to cs_militia --------
L 05/03/2009 - 00:48:32: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 00:48:47: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_train
L 05/03/2009 - 00:50:41: -------- Mapchange to de_train --------
L 05/03/2009 - 01:18:40: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 01:18:55: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_airstrip
L 05/03/2009 - 01:20:50: -------- Mapchange to de_airstrip --------
L 05/03/2009 - 01:48:49: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 01:49:04: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_havana
L 05/03/2009 - 01:50:58: -------- Mapchange to cs_havana --------
L 05/03/2009 - 02:18:58: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 02:19:13: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_chateau
L 05/03/2009 - 02:21:07: -------- Mapchange to de_chateau --------
L 05/03/2009 - 02:49:06: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 02:49:21: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_aztec
L 05/03/2009 - 02:51:15: -------- Mapchange to de_aztec --------
L 05/03/2009 - 03:19:15: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 03:19:30: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be as_oilrig
L 05/03/2009 - 03:21:24: -------- Mapchange to as_oilrig --------
L 05/03/2009 - 03:49:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 03:49:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_siege
L 05/03/2009 - 03:51:32: -------- Mapchange to cs_siege --------
L 05/03/2009 - 04:19:31: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 04:19:46: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_cbble
L 05/03/2009 - 04:21:41: -------- Mapchange to de_cbble --------
L 05/03/2009 - 04:49:40: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 04:49:55: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_dust
L 05/03/2009 - 04:51:49: -------- Mapchange to de_dust --------
L 05/03/2009 - 05:19:48: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 05:20:03: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_747
L 05/03/2009 - 05:22:02: -------- Mapchange to cs_747 --------
L 05/03/2009 - 05:50:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 05:50:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_prodigy
L 05/03/2009 - 05:52:33: -------- Mapchange to de_prodigy --------
L 05/03/2009 - 06:20:33: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 06:20:48: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_assault
L 05/03/2009 - 06:22:42: -------- Mapchange to cs_assault --------
L 05/03/2009 - 06:50:42: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 06:50:57: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_office
L 05/03/2009 - 06:52:51: -------- Mapchange to cs_office --------
L 05/03/2009 - 07:20:50: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 07:21:05: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_italy
L 05/03/2009 - 07:23:00: -------- Mapchange to cs_italy --------
L 05/03/2009 - 07:39:24: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:01:11: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:02:29: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:03:28: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:04:07: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:05:04: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:07:56: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 08:25:57: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 08:26:12: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_airstrip
L 05/03/2009 - 08:28:06: -------- Mapchange to de_airstrip --------
L 05/03/2009 - 08:46:06: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 08:46:21: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_havana
L 05/03/2009 - 08:48:15: -------- Mapchange to cs_havana --------
L 05/03/2009 - 09:06:15: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 09:06:30: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_chateau
L 05/03/2009 - 09:08:24: -------- Mapchange to de_chateau --------
L 05/03/2009 - 09:26:24: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 09:26:39: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_aztec
L 05/03/2009 - 09:28:33: -------- Mapchange to de_aztec --------
L 05/03/2009 - 09:46:32: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 09:46:47: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be as_oilrig
L 05/03/2009 - 09:48:42: -------- Mapchange to as_oilrig --------
L 05/03/2009 - 10:06:41: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 10:06:56: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be cs_siege
L 05/03/2009 - 10:08:50: -------- Mapchange to cs_siege --------
L 05/03/2009 - 10:26:50: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 10:27:05: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_cbble
L 05/03/2009 - 10:28:59: -------- Mapchange to de_cbble --------
L 05/03/2009 - 10:38:32: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 10:38:32: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 10:58:44: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 10:58:45: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 11:18:53: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 11:18:53: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 11:39:01: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 11:39:02: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 11:59:10: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 11:59:10: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 12:19:18: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 12:19:19: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 12:39:27: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 12:39:27: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 12:59:35: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 12:59:35: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 13:19:44: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 13:19:44: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 13:39:52: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 13:39:52: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 13:43:53: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 13:43:53: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 13:43:58: [admin.amxx] Login: "`KILL3R<1><STEAM_0:0:15093300><>" became an admin (account "`KILL3R") (access "abcdefghijklmnopqrstu") (address "217.96.39.233")
L 05/03/2009 - 14:00:57: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 14:00:58: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 14:21:08: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 14:21:08: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 14:21:16: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 14:21:17: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 14:41:26: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 14:41:27: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 14:43:22: [admin.amxx] Login: "RGb3^<1><STEAM_0:1:24124734><>" became an admin (account "RGb3^") (access "abcdefghijklmnopqrstu") (address "78.131.161.2")
L 05/03/2009 - 14:57:46: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 14:57:46: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 15:15:47: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 15:16:02: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_dust2
L 05/03/2009 - 15:17:56: -------- Mapchange to de_dust2 --------
L 05/03/2009 - 15:17:56: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 15:30:17: [admin.amxx] Login: "RGb3^<1><STEAM_0:1:24124734><>" became an admin (account "RGb3^") (access "abcdefghijklmnopqrstu") (address "78.131.161.2")
L 05/03/2009 - 15:33:22: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 15:33:22: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 15:33:47: [admin.amxx] Login: "RGb3^<1><STEAM_0:1:24124734><>" became an admin (account "RGb3^") (access "abcdefghijklmnopqrstu") (address "78.131.161.2")
L 05/03/2009 - 15:51:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 15:51:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_extreme
L 05/03/2009 - 15:53:32: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 15:53:32: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 16:11:31: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 16:11:46: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_extreme
L 05/03/2009 - 16:13:40: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 16:13:41: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 16:31:40: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 16:31:55: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_extreme
L 05/03/2009 - 16:33:49: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 16:33:49: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 16:51:48: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 16:52:03: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_extreme
L 05/03/2009 - 16:53:57: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 16:53:57: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 16:58:04: [admin.amxx] Login: "`KILL3R<3><STEAM_0:0:15093300><>" became an admin (account "`KILL3R") (access "abcdefghijklmnopqrstu") (address "217.96.39.233")
L 05/03/2009 - 17:11:57: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 17:12:12: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_extreme
L 05/03/2009 - 17:14:06: -------- Mapchange to deathrun_extreme --------
L 05/03/2009 - 17:14:06: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 17:32:05: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 17:32:20: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 17:34:14: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 17:34:14: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 17:52:14: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 17:52:30: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 17:54:24: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 17:54:24: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 18:12:23: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 18:12:38: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 18:14:32: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 18:14:32: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 18:32:31: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 18:32:46: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 18:34:40: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 18:34:41: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 18:52:40: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 18:52:55: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 18:54:49: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 18:54:49: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 18:58:37: [admin.amxx] Login: "RGb3^<6><STEAM_0:1:24124734><>" became an admin (account "RGb3^") (access "abcdefghijklmnopqrstu") (address "78.131.161.2")
L 05/03/2009 - 19:12:48: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 19:13:03: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 19:14:57: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 19:14:58: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 19:32:57: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 19:33:12: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 19:35:06: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 19:35:06: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 19:53:05: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 19:53:20: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 19:55:14: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 19:55:14: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 20:13:14: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 20:13:29: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 20:15:23: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 20:15:23: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 20:33:22: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 20:33:37: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 20:35:31: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 20:35:32: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 20:53:31: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 20:53:46: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 20:55:40: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 20:55:40: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 21:13:39: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 21:13:54: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 21:15:48: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 21:15:49: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 21:33:48: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 21:34:03: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 21:35:57: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 21:35:57: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 21:53:56: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 21:54:11: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 21:56:05: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 21:56:05: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 22:14:05: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 22:14:20: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 22:16:14: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 22:16:14: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 22:34:13: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 22:34:28: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 22:36:22: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 22:36:22: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 22:54:22: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 22:54:37: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 22:56:31: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 22:56:31: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 23:14:30: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 23:14:45: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 23:16:39: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 23:16:39: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 23:34:39: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 23:34:54: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 23:36:48: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 23:36:48: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/03/2009 - 23:54:47: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/03/2009 - 23:55:02: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_horror
L 05/03/2009 - 23:56:56: -------- Mapchange to deathrun_horror --------
L 05/03/2009 - 23:56:56: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")

  • +
  • -
  • 0

#4 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.05.2009 14:44

Źle masz wpisane cvary ;>
deathrun_shop_1
deathrun_he_cost_4000
deathrun_bothgrenades_cost_6000
deathrun_silent_cost_7500
deathrun_health_cost_10000
deathrun_armor_cost_12500
deathrun_speed_cost_8000
deathrun_gravity_cost _6000
deathrun_invisibility_cost_16000
deathrun_speed_power_400.0
deathrun_gravity_power_0.5
deathrun_advertise_message_1

  • +
  • -
  • 0

#5 legion

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 15:00

Jakie mam wpisac??
  • +
  • -
  • 0

#6 TiTu$

    Czempion

  • Użytkownik

Reputacja: 139
Zaawansowany

  • Postów:817
  • GG:
  • Lokalizacja:Rzeszów
Offline

Napisano 11.05.2009 15:02

Takie (omfg):
deathrun_shop_1

deathrun_he_cost_4000

deathrun_bothgrenades_cost_6000

deathrun_silent_cost_7500

deathrun_health_cost_10000

deathrun_armor_cost_12500

deathrun_speed_cost_8000

deathrun_gravity_cost _6000

deathrun_invisibility_cost_16000

deathrun_speed_power_400.0

deathrun_gravity_power_0.5

deathrun_advertise_message_1

  • +
  • -
  • 0

#7 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.05.2009 15:03

Jakie mam wpisac??

Patrz post wyżej :mur:
Podałem poprawioną treść.
  • +
  • -
  • 0

#8 legion

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 15:17

nie dziala
  • +
  • -
  • 0

#9 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.05.2009 15:21

A masz kasę? ... Odpowiedni ITEM wymaga odpowiedniej ilości pieniędzy. Wpisz jeszcze w konsolę: amx_plugins i pokaż to co wyskoczy.


  • +
  • -
  • 0

#10 legion

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 15:22


AMXX MiniBans      0.4         Sn!ff3r           mini_bans.amxx   running  

Admin Base         1.8.1.3746  AMXX Dev Team     admin.amxx       running  

Admin Base (SQL)   1.8.1.3711  AMXX Dev Team     admin_sql.amxx   running  

Admin Commands     1.8.1.3711  AMXX Dev Team     admincmd.amxx    running  

Admin Help         1.8.1.3711  AMXX Dev Team     adminhelp.amxx   running  

Slots Reservation  1.8.1.3711  AMXX Dev Team     adminslots.amxx  running  

Multi-Lingual Sys  1.8.1.3711  AMXX Dev Team     multilingual.am  running  

Menus Front-End    1.8.1.3711  AMXX Dev Team     menufront.amxx   running  

Commands Menu      1.8.1.3711  AMXX Dev Team     cmdmenu.amxx     running  

Players Menu       1.8.1.3711  AMXX Dev Team     plmenu.amxx      running  

10 pluginów, 10 uruchomionych

----- Wpisy 1 - 1

  • +
  • -
  • 0

#11 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.05.2009 15:27

W logach nic nie masz tak więc działa:

Odpowiedni ITEM wymaga odpowiedniej ilości pieniędzy.

Wgraj wersję i napisz czy będzie działać.
  • +
  • -
  • 0

#12 legion

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 11.05.2009 15:39

dziala dzięki !

[ Dodano: 11-05-2009, 16:41 ]
A masz moze jakis plug ras na zegarek a dwa blokowanie reconectow??
  • +
  • -
  • 0

#13 wizu

    Godlike

  • Przyjaciel

Reputacja: 224
Profesjonalista

  • Postów:1 217
  • GG:
  • Lokalizacja:Sanok
Offline

Napisano 11.05.2009 15:45

Załóż temat w odpowiednim dziale.
  • +
  • -
  • 0

#14 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.05.2009 15:45

A masz moze jakis plug ras na zegarek a dwa blokowanie reconectow??

Zegar http://amxx.pl/viewtopic.php?t=3232
RC w załączniku ( wersja na forum nie działa prawidłowo ).
Cvar; amx_minreconnecttime "20"

Załączone pliki


  • +
  • -
  • 0




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych