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 pluginami...


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

#1 Scizor

    Życzliwy

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 04.10.2009 21:52

Helo.

Dzisiaj dodałem sobie parę pluginów na mój server:

http://amxx.pl/topic...cker-vt6360.htm < - ReasonKicker
http://amxx.pl/topic...lor-vt16034.htm < - To że admin pisze na zielono
http://amxx.pl/topic...apons-vt877.htm < - Broń na plecach

pododawałem .amxx do /plugins , .sma do /scripting , modele do /models

...i nic nie działa! nie pisze na zielono , nie ma wyrzucania z powodem (jedynie to np. amx_kick Scizor lamisz) a broni na plecach nie ma!? :<

Tutaj plugins:

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

; 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
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
reasonkicker.amxx
admin_chat_colors.amxx
dontsayips.amxx
lastmanbets.amxx
c4timer.amxx
sillyc4.amxx
Allow_round_finish.amxx
ad_manager.amxx
!DaMaGe!.amxx
polski_cs.amxx
mini_bans.amxx
real_flashbang.amxx
hack_hunter.amxx
unbanmenu.amxx
amx_parachute.amxx
admin_check.amxx
descriptive_fire_in_the_hole.amxx
backweapons.amxx

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

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

amx_kick_r1 "Zmniejsz Lagi."
amx_kick_r2 "Wyłącz cheata. Pogadamy."
amx_kick_r3 "Nie AFKuj!"
amx_kick_r4 "Nie siedz na specu!"
amx_kick_r5 "Nie przeklinaj!"
amx_kick_r6 "Zmien nick!"
amx_kick_r7 "Obrazasz."

amx_namecolor 6 - Kolor nicku
Name colors: [1] Yellow, [2] Green, [3] White, [4] Blue, [5] Red, [6] Team-Color

amx_color 2 - Kolor tekstu
Message colors: [1] Yellow, [2] Green, [3] White, [4] Blue, [5] Red

amx_listen 1
Pomocy?

@PS. Jeśli chcecie error logi to powiedzcie gdzie to pokaze bo nie wiem gdzie (server dedyk)
  • +
  • -
  • 0

#2 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 04.10.2009 21:56

http://amxx.pl/topics77/reason-kicker-vt6360.htm < - ReasonKicker

musi byc dopisany nad

plmenu.amxx ; players menu (kick, ban, client cmds.)

co do reszty jakies errorlogi ?
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#3 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 04.10.2009 22:00

Napisałem że jeśli chcecie error logi to powiedzcie gdzie to bo ja się na tym nie znam

@topic

dopisałem nad to i to 9reasonkicker i ten do pisania na zielono)

i dalej nic.
nie pisze na zielono

a w kick menu mam tylko
1 Czerwo_Ony^

0.Exit

i tyle? help ? ;x
  • +
  • -
  • 0

#4 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 04.10.2009 22:11

cstrike/addosn/amxmodx/logs

daj te z przdrostkiem error.

a w kick menu mam tylko
1 Czerwo_Ony^

0.Exit

skoro jestes sam to wiecej nie bedziesz mial.

i ten do pisania na zielono)

niepotrzebnie.
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#5 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 04.10.2009 22:15

Tutaj logi

L 10/04/2009 - 00:19:19: Start of error session.
L 10/04/2009 - 00:19:19: Info (map "cs_office") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 00:19:19: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 00:19:19: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 00:56:41: Start of error session.
L 10/04/2009 - 00:56:41: Info (map "cs_italy") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 00:56:41: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 00:56:41: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 01:34:02: Start of error session.
L 10/04/2009 - 01:34:02: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 01:34:02: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 01:34:02: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 02:11:24: Start of error session.
L 10/04/2009 - 02:11:24: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 02:11:24: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 02:11:24: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 02:48:45: Start of error session.
L 10/04/2009 - 02:48:45: Info (map "de_cbble") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 02:48:45: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 02:48:45: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 03:26:07: Start of error session.
L 10/04/2009 - 03:26:07: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 03:26:07: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 03:26:07: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 04:03:28: Start of error session.
L 10/04/2009 - 04:03:28: Info (map "cs_office") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 04:03:28: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 04:03:28: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 04:40:50: Start of error session.
L 10/04/2009 - 04:40:50: Info (map "cs_italy") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 04:40:50: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 04:40:50: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 05:18:11: Start of error session.
L 10/04/2009 - 05:18:11: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 05:18:11: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 05:18:11: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 05:55:33: Start of error session.
L 10/04/2009 - 05:55:33: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 05:55:33: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 05:55:33: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 06:32:54: Start of error session.
L 10/04/2009 - 06:32:54: Info (map "de_cbble") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 06:32:54: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 06:32:54: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 07:10:16: Start of error session.
L 10/04/2009 - 07:10:16: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 07:10:16: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 07:10:16: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 07:47:37: Start of error session.
L 10/04/2009 - 07:47:37: Info (map "cs_office") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 07:47:37: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 07:47:37: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 08:24:59: Start of error session.
L 10/04/2009 - 08:24:59: Info (map "cs_italy") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 08:24:59: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 08:24:59: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 08:50:26: Start of error session.
L 10/04/2009 - 08:50:26: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 08:50:26: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 08:50:26: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 09:24:27: Start of error session.
L 10/04/2009 - 09:24:27: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 09:24:27: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 09:24:27: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 10:31:34: Start of error session.
L 10/04/2009 - 10:31:34: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 10:31:34: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 10:31:34: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 10:54:11: Start of error session.
L 10/04/2009 - 10:54:11: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 10:54:11: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 10:54:11: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 11:14:48: Start of error session.
L 10/04/2009 - 11:14:48: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 11:14:48: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 11:14:48: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 11:36:58: Start of error session.
L 10/04/2009 - 11:36:58: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 11:36:58: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 11:36:58: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 11:57:52: Start of error session.
L 10/04/2009 - 11:57:52: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 11:57:52: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 11:57:52: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 12:12:46: Start of error session.
L 10/04/2009 - 12:12:46: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 12:12:46: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 12:12:46: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 12:32:58: Start of error session.
L 10/04/2009 - 12:32:58: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 12:32:58: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 12:32:58: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 12:53:23: Start of error session.
L 10/04/2009 - 12:53:23: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 12:53:23: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 12:53:23: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 13:13:40: Start of error session.
L 10/04/2009 - 13:13:40: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 13:13:40: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 13:13:40: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 13:33:51: Start of error session.
L 10/04/2009 - 13:33:51: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 13:33:51: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 13:33:51: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 13:54:44: Start of error session.
L 10/04/2009 - 13:54:44: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 13:54:44: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 13:54:44: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 14:15:06: Start of error session.
L 10/04/2009 - 14:15:06: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 14:15:06: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 14:15:06: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 14:35:19: Start of error session.
L 10/04/2009 - 14:35:19: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 14:35:19: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 14:35:19: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 14:55:34: Start of error session.
L 10/04/2009 - 14:55:34: Info (map "de_aztec") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 14:55:34: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 14:55:34: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 15:17:02: Start of error session.
L 10/04/2009 - 15:17:02: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 15:17:02: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 15:17:02: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 15:37:41: Start of error session.
L 10/04/2009 - 15:37:41: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 15:37:41: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 15:37:41: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 15:57:55: Start of error session.
L 10/04/2009 - 15:57:55: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 15:57:55: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 15:57:55: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 16:19:46: Start of error session.
L 10/04/2009 - 16:19:46: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 16:19:46: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 16:19:46: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 16:40:03: Start of error session.
L 10/04/2009 - 16:40:03: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 16:40:03: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 16:40:03: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 17:00:32: Start of error session.
L 10/04/2009 - 17:00:32: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 17:00:32: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 17:00:32: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 17:20:49: Start of error session.
L 10/04/2009 - 17:20:49: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 17:20:49: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 17:20:49: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 17:41:59: Start of error session.
L 10/04/2009 - 17:41:59: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 17:41:59: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 17:41:59: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 18:02:42: Start of error session.
L 10/04/2009 - 18:02:42: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 18:02:42: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 18:02:42: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 18:23:29: Start of error session.
L 10/04/2009 - 18:23:29: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 18:23:29: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 18:23:29: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 18:44:06: Start of error session.
L 10/04/2009 - 18:44:06: Info (map "de_dust") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 18:44:06: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 18:44:06: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 19:05:20: Start of error session.
L 10/04/2009 - 19:05:20: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 19:05:20: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 19:05:20: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 19:26:29: Start of error session.
L 10/04/2009 - 19:26:29: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 19:26:29: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 19:26:29: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 19:46:58: Start of error session.
L 10/04/2009 - 19:46:58: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 19:46:58: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 19:46:58: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 20:08:00: Start of error session.
L 10/04/2009 - 20:08:00: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 20:08:00: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 20:08:00: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 20:28:33: Start of error session.
L 10/04/2009 - 20:28:33: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 20:28:33: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 20:28:33: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 20:49:23: Start of error session.
L 10/04/2009 - 20:49:23: Info (map "de_train") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 20:49:23: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 20:49:23: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 21:10:44: Start of error session.
L 10/04/2009 - 21:10:44: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 21:10:44: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 21:10:44: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 21:10:44: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 21:31:52: Start of error session.
L 10/04/2009 - 21:31:52: Info (map "de_westwood") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 21:31:52: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 21:31:52: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 21:31:52: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 21:53:07: Start of error session.
L 10/04/2009 - 21:53:07: Info (map "fun_allinone") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 21:53:07: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 21:53:07: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 21:53:07: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 22:13:53: Start of error session.
L 10/04/2009 - 22:13:53: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 22:13:53: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 22:13:53: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 22:13:53: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 22:34:22: Start of error session.
L 10/04/2009 - 22:34:22: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 22:34:22: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 22:34:22: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 22:34:22: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 22:39:26: Start of error session.
L 10/04/2009 - 22:39:26: Info (map "cs_deagle5") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 22:39:26: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 22:39:26: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 22:39:26: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 22:55:24: Start of error session.
L 10/04/2009 - 22:55:24: Info (map "fun_allinone") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 22:55:24: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 22:55:24: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 22:55:24: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 23:01:49: Start of error session.
L 10/04/2009 - 23:01:49: Info (map "aim_map2") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 23:01:49: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 23:01:49: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 23:01:49: [AMXX] Invalid Plugin (plugin "backweapons.amxx")
L 10/04/2009 - 23:03:39: Start of error session.
L 10/04/2009 - 23:03:39: Info (map "aim_map") (file "addons/amxmodx/logs/error_20091004.log")
L 10/04/2009 - 23:03:39: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 23:03:39: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")
L 10/04/2009 - 23:03:39: [AMXX] Invalid Plugin (plugin "backweapons.amxx")

Z tym reasonkicker oty nie powinno być np. jak w bans?

że
1.Czerwo_Ony^

8.lagujesz! (po odpowiednim ustawieniu w pliku)
0.Exit

a z tym zielonym dałem nad adminchat bo tak gdzieś pisało i dalej nic (Tak samo dałem z reasonkicker tylko jego dałem nad plmenu.amxx

Help?

[ Dodano: 05-10-2009, 14:25 ]
refresh
  • +
  • -
  • 0

#6 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 05.10.2009 14:53

L 10/04/2009 - 21:10:44: [AMXX] Plugin file open error (plugin "reasonkicker.amxx")
L 10/04/2009 - 21:10:44: [AMXX] Plugin file open error (plugin "admin_chat_colors.amxx")

nie masz ich w folderze plugins.

Z tym reasonkicker oty nie powinno być np. jak w bans?

że
1.Czerwo_Ony^

8.lagujesz! (po odpowiednim ustawieniu w pliku)
0.Exit

pierw wybierasz powod potem osobe i czas.
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#7 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 05.10.2009 17:35

dzięki... te 2 plugi chodzą a co z tym backweapons.amxx? ;x
  • +
  • -
  • 0

#8 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 05.10.2009 18:17

Invalid Plugin

1 niepoprawny; niewłaściwy
2 nieważny; nieprawomocny

infobot (bo z angola b.slaby) ;P

dodales modele ?

Plik backweapons.mdl dodaj do models/


w modules.ini odznacz

#include <fakemeta>
#include <hamsandwich>


  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#9 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 05.10.2009 18:35

ale nie mam niczego takiego tam Oo

;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx

Czyli co mam robić ? dopisać coś? wgrać? ; x
  • +
  • -
  • 0

#10 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 05.10.2009 18:46


;;;

; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name.

; If it's not here, simply add it its name, one per line.

; You don't need to write the _amxx part or the file extension.

;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; SQL Modules usually need to be enabled manually ;;

;; You can have any number on at a time.  Use      ;;

;;  amx_sql_type in sql.cfg to specify the default ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



mysql

sqlite



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Put third party modules below here.              ;;

;; You can just list their names, without the _amxx ;;

;;  or file extension.                              ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;







;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; These modules will be auto-detected and loaded   ;;

;;  as needed.  You do not need to enable them here ;;

;;  unless you have problems.                       ;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



fun

engine

fakemeta

;geoip

;sockets

;regex

;nvault

cstrike

csx

hamsandwich
zrob np. tak.
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#11 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 05.10.2009 19:01

Nie działa :

dalej jest ten sam error w logu ;x

a model ten mam w /models , słyszałem że trzeba mieć coś w folderze /bw i tam modele z brońmi to prawda? ;x
  • +
  • -
  • 0

#12 kasza

    Godlike

  • Przyjaciel

Reputacja: 890
Czempion

  • Postów:4 102
  • GG:
  • Steam:steam
  • Imię:Imię
  • Lokalizacja:Lokalizacja
Offline

Napisano 05.10.2009 19:18

na moje oko to w /models

new g_weaponmodel[] = "models/backweapons.mdl"

a sprobuj:

;;; 
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name. 
; If it's not here, simply add it its name, one per line. 
; You don't need to write the _amxx part or the file extension. 
;;; 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
;; SQL Modules usually need to be enabled manually ;; 
;; You can have any number on at a time.  Use      ;; 
;;  amx_sql_type in sql.cfg to specify the default ;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 

mysql 
sqlite 

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
;; Put third party modules below here.              ;; 
;; You can just list their names, without the _amxx ;; 
;;  or file extension.                              ;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
;; These modules will be auto-detected and loaded   ;; 
;;  as needed.  You do not need to enable them here ;; 
;;  unless you have problems.                       ;; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 

fun 
engine 
fakemeta 
geoip 
sockets 
regex 
nvault 
cstrike 
csx 
hamsandwich

i zobacz czy w folderze /modules masz
hamsandwich_amxx.dll (lub .so)
fakemeta_amxx.dll (lub .so)


[ Dodano: 05-10-2009, 20:20 ]
BTW

NIe działa nowa wersja backweapons szukaj starej
poczytaj temat. Plugin moze nie dzialac wlasciwie.
  • +
  • -
  • 0

Skillownia.com

 

 #3 [UWC3NG] Skillownia.com - 213.189.52.253:27301

 


#13 Scizor

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:35
Offline

Napisano 05.10.2009 20:12

no właśnie zainstalowałem starą juz i działa ; ) Pomógł leci :)
  • +
  • -
  • 0




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

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