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
 

PolowicerPL - zdjęcie

PolowicerPL

Rejestracja: 30.11.2013
Aktualnie: Nieaktywny
Poza forum Ostatnio: 21.12.2013 14:04
-----

Moje tematy

JailBreak - modyfikacja

11.12.2013 18:25

Witam, prosiłbym o modyfikację owego JailBreaka (link niżej) aby zostały dodane dwie rzeczy:

 

#1 /menu zamiast "m"

#2 Simon który pojawia się w hudzie

 

 

Oto link (3000+ linijek): http://wklej.to/7VjBT

Pytanie dot. PTB

08.12.2013 21:10

Witam, mam pytanie dotyczące PTB.

 

Czy da się wyłączyć uciążliwy spam w konsoli? 

 

Daję wam kod sma: http://pastebin.com/XzdLTdu3

 

Pozdrawiam.

 

//edit:

aby nie było niedomówień, chodzi o to:

PTB: (limitjoin) WTJ prevention is ON.
PTB: (limitafter) Team limiting starts after 0 round(s).
PTB: (limitmin) Team limiting needs at least 0 player(s).
PTB: (maxsize) Maximum team size is 10 player(s).
PTB: (maxdiff) Maximum team size difference is 2.
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is OFF.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are OFF.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.49.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.

 

[ROZWIĄZANE] Cvary nie działają !

06.12.2013 20:37

Jojo,, mam problem z amxxem gdyż cvary mi nie działają.

Oto cvars.ini:

; Menu configuration file
; File location: $moddir/addons/amxmodx/configs/cvars.ini
; To use with Commands Menu plugin

; Cvars Menu:
; < cvar > < values > ... < access level >

"mp_timelimit"		"0" "30" "45"		"u"
"sv_password"		"" "mypw" "clanwar"	"u"
"pausable"		"0" "1"			"u"
"sv_voiceenable"	"0" "1"			"u"
"mp_chattime"		"0" "1" "3"		"u"
"mp_logmessages"	"0" "1"			"u"
"mp_friendlyfire"	"0" "1"			"u"
"mp_limitteams"		"0" "1" "2"		"u"
"mp_autoteambalance"	"0" "1" "2"		"u"
"allow_spectators"	"0" "1"			"u"
"mp_freezetime"		"0" "6"			"u"
"mp_buytime"		"1" "0.5"		"u"
"mp_startmoney"		"800" "1800" "3600"	"u"
"mp_c4timer"		"35" "45" "15"		"u"
"mp_forcechasecam"	"0" "1" "2"		"u"
"roundsound_tag"	"ClassTeam"
"roundsound_information_play"	"c"
"roundsound_information_show"	"0"
"roundsound_ct_path"		"ClassTeamRSCOD/"
"roundsound_tt_path"		"ClassTeamRSCOD/"
"roundsound_playlist_on"		"0"
"roundsound_roundsound_on"		"1"
"roundsound_mode" 		"1"

ale te cvary nie działają ! *płacze*

 

 

Oto plugins.ini, korzystam też z codmod by sajjuk:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.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)
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
std_admin_color_chat.amxx
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
galileo.amxx
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
adminlisten.amxx
RoundSound.amxx
admin_spec_esp.amxx
ptb.amxx
parachute.amxx
spawn_protection_pl.amxx
bulletdamage.amxx
grenade_trail.amxx
Christmas_C4.amxx
snowNew.amxx
Czapka.amxx
ne_unlimitedammo.amxx
GHW_Weapon_Replacement.amxx
wiekszyexp.amxx
blokuj_he.amxx
Allow_round_finish.amxx
vip.amxx
multifastdl.amxx
RespawnPlayer.amxx

proszę o pomoc, xD

[ROZWIĄZANE] Błędy na świeżym codzie.

30.11.2013 17:19

Witam, od razu przejdę do sedna;

 

Zainstalowałem CodMod by Sajjuk, oto błędy w konsoli (Linux, debian 64bit)

L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Ham_CBasePlayer_Spawn_Post" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "parachute.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Obrazenia" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "QTM_CodMod.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_snajper.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_komandos.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_medyk.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Res" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_kusznik.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Odrodzenie" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_bazookarz.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_assasin.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "fw_TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_nitrogengalil.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_predator.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "DajNoweDzialko" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_inzynier.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_superszpieg.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_dzikijumper.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_terrorysta.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codclass_miotacz.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_awpsnajper.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_fartstrzelca.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Killed" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_morfina.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nabojekapitana.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamagePost" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nabojeninjy.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nabojepulkownika.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nanokamizelka.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_notatkikapitana.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nozkomandosa.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_pancerzneomexowy.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_platynowenaboje.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_podrecznikszpiega.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_tajemnicagenerala.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_tarczaswat.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_tytanowenaboje.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_weterannoza.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_zaskoczeniewroga.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "Res" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_kusza.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "DajNoweDzialko" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_dzialkostraznicze.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "fw_TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_nitrogengalil.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "cod_perk_lodowestrzaly.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "cod_perk_mrocznekule.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "cod_perk_pociskioslabiajace.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "TraceAttack" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_lowcaheadow.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "worldspawn", hook for "fw_TraceAttack" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "codperk_kreatyna.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "player", hook for "player_spawn" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "COD_Asysta.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/30/2013 - 11:09:54: [HAMSANDWICH] Failed to retrieve vtable for "info_target", hook for "TakeDamage" not active.
L 11/30/2013 - 11:09:54: [AMXX] Run time error 10 (plugin "killstreak.amxx") (native "RegisterHam") - debug not enabled!
L 11/30/2013 - 11:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Prosiłbym o najszybszą pomoc, dodatkowo dodaję też zawartość plugins.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
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)
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
galileo.amxx
;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

parachute.amxx
multifastdl.amxx
alt_end_round_sounds.amxx

oraz modules.ini:


;;;
; To enable a module, remove the semi-colon (;) 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