Raised This Month: $ Target: $400
 0% 

Amx_Super Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Splat.MothaFuckA
Junior Member
Join Date: Jan 2010
Old 01-20-2010 , 20:07   Amx_Super Help
Reply With Quote #1

I've been having some recent server drops and when i look in my server error logs I get:


Code:
1-19-10

L 01/19/2010 - 22:50:41: Start of error session.
L 01/19/2010 - 22:50:41: Info (map "deathrun_temple") (file "addons/amxmodx/logs/error_20100119.log")
L 01/19/2010 - 22:50:41: Invalid player id 128
L 01/19/2010 - 22:50:41: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 22:50:41: [AMXX] Run time error 10: native error (native "client_print")
L 01/19/2010 - 22:50:41: [AMXX]    [0] amx_super.sma::event_death (line 5502)
L 01/19/2010 - 22:50:43: Invalid player id 128
L 01/19/2010 - 22:50:43: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 22:50:43: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/19/2010 - 22:50:43: [AMXX]    [0] amx_super.sma::spectbugfix (line 5508)
L 01/19/2010 - 23:06:37: Invalid player id 128
L 01/19/2010 - 23:06:37: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 23:06:37: [AMXX] Run time error 10: native error (native "client_print")
L 01/19/2010 - 23:06:37: [AMXX]    [0] amx_super.sma::event_death (line 5502)
L 01/19/2010 - 23:06:38: Invalid player id 128
L 01/19/2010 - 23:06:38: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 23:06:38: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/19/2010 - 23:06:38: [AMXX]    [0] amx_super.sma::spectbugfix (line 5508)
L 01/19/2010 - 23:07:48: Invalid player id 128
L 01/19/2010 - 23:07:48: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 23:07:48: [AMXX] Run time error 10: native error (native "client_print")
L 01/19/2010 - 23:07:48: [AMXX]    [0] amx_super.sma::event_death (line 5502)
L 01/19/2010 - 23:07:49: Invalid player id 128
L 01/19/2010 - 23:07:49: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/19/2010 - 23:07:49: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/19/2010 - 23:07:49: [AMXX]    [0] amx_super.sma::spectbugfix (line 5508)
Code:
1-18-10

L 01/18/2010 - 20:39:23: Start of error session.
L 01/18/2010 - 20:39:23: Info (map "deathrun_temple") (file "addons/amxmodx/logs/error_20100118.log")
L 01/18/2010 - 20:39:23: Invalid player id 128
L 01/18/2010 - 20:39:23: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/18/2010 - 20:39:23: [AMXX] Run time error 10: native error (native "client_print")
L 01/18/2010 - 20:39:23: [AMXX]    [0] amx_super.sma::event_death (line 5502)
L 01/18/2010 - 20:39:24: Invalid player id 128
L 01/18/2010 - 20:39:24: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/18/2010 - 20:39:24: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/18/2010 - 20:39:24: [AMXX]    [0] amx_super.sma::spectbugfix (line 5508)
L 01/18/2010 - 20:41:06: Invalid player id 128
L 01/18/2010 - 20:41:06: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/18/2010 - 20:41:06: [AMXX] Run time error 10: native error (native "client_print")
L 01/18/2010 - 20:41:06: [AMXX]    [0] amx_super.sma::event_death (line 5502)
L 01/18/2010 - 20:41:07: Invalid player id 128
L 01/18/2010 - 20:41:07: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 01/18/2010 - 20:41:07: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/18/2010 - 20:41:07: [AMXX]    [0] amx_super.sma::spectbugfix (line 5508)
Any kind of help will be greatly appreciated also, I will ignore these kind of posts and they will be useless:

  • Reinstall amx_super
  • Add it to plugins.ini
  • Reinstall Server
This is a copy of my "plugins.ini" if you need it:

Code:
; 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
gamename.amxx ; Change GameName
DeathrunManager.amxx
DeathrunMapsFixer.amxx
hlmp.amxx    debug
stuck.amxx
;xredirect.amxx  debug    
mutemenu.amxx
admin_chat_colors.amxx
kz_ljs_xm.amxx
specinfo.amxx
ad_manager.amxx
GHW_GHR.amxx
hats.amxx
magic_marker.amxx
amx_super.amxx    debug
Splat.MothaFuckA is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode