Raised This Month: $51 Target: $400
 12% 

Admin.amxx Run time Error4


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
Profision
BANNED
Join Date: May 2011
Location: Lithuanija
Old 06-29-2011 , 10:23   Admin.amxx Run time Error4
#1

Hi guys i have a litle problem with admin.amxx plugin

plugins.ini


; Administracijos Baze
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admin.amxx debug ; admin base (required for any admin-related)

; Paprasti
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Meniu systema
;telemenu.amxx ; teleport menu (Fun Module required!)
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
;scrollmsg.amxx ; displays a scrolling message
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Zemelapio systemos pluginai.
;mapchooser.amxx ; allows to vote for next map
;nextmap.amxx ; displays next map in mapcycle
timeleft.amxx ; displays time left on map

; Configuracija
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike <cstrike>
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)

; Systemos pluginu isjungimas
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer


Custum plugins

m1c.amxx
autobuyfix.amxx
vip.amxx
galileo.amxx
bullet_damage.amxx
kill-distance.amxx
voteban.amxx
bcd_hudvoice_timer.amxx
be_lavonu.amxx - no dead bodys
chatreklama.amxx - advertisements
admin_check.amxx
swear_filter.amxx
high_ping_kicker.amxx
xredirect.amxx
anti_reklama.amxx - No reklam plugin
ultimate_sounds.amxx

if admin.amxx is in debug mode then i get this:
L 06/27/2011 - 13:24:09: [AMXX] Displaying debug trace (plugin "admin.amxx")
L 06/27/2011 - 13:24:09: [AMXX] Run time error 4: index out of bounds
L 06/27/2011 - 13:24:09: [AMXX] [0] admin.sma::getAccess (line 654)
L 06/27/2011 - 13:24:09: [AMXX] [1] admin.sma::accessUser (line 796)
L 06/27/2011 - 13:24:09: [AMXX] [2] admin.sma::client_authorized (line 85)

there is a problem?

Ps sorry for my bad english.
Profision is offline
Send a message via Skype™ to Profision
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-29-2011 , 10:29   Re: Admin.amxx Run time Error4
#2

Moved to Issues with AMX Mod X.

Show the output of the following commands:
rcon meta list
rcon meta version
rcon version
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
DjOptimuS
Senior Member
Join Date: Jan 2009
Old 06-29-2011 , 10:30   Re: Admin.amxx Run time Error4
#3

maybe you are using an older version of amxx wich limits the number of admins to 200, and you have listed more than 200 admins in users.ini

Upgrade your version of AMXX
DjOptimuS is offline
Dolph_Ziggler
BANNED
Join Date: Jun 2011
Old 06-29-2011 , 10:41   Re: Admin.amxx Run time Error4
#4

Quote:
Originally Posted by Profision View Post
Hi guys i have a litle problem with admin.amxx plugin

plugins.ini


; Administracijos Baze
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admin.amxx debug ; admin base (required for any admin-related)

; Paprasti
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Meniu systema
;telemenu.amxx ; teleport menu (Fun Module required!)
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
;scrollmsg.amxx ; displays a scrolling message
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Zemelapio systemos pluginai.
;mapchooser.amxx ; allows to vote for next map
;nextmap.amxx ; displays next map in mapcycle
timeleft.amxx ; displays time left on map

; Configuracija
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike <cstrike>
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)

; Systemos pluginu isjungimas
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer


Custum plugins

m1c.amxx
autobuyfix.amxx
vip.amxx
galileo.amxx
bullet_damage.amxx
kill-distance.amxx
voteban.amxx
bcd_hudvoice_timer.amxx
be_lavonu.amxx - no dead bodys
chatreklama.amxx - advertisements
admin_check.amxx
swear_filter.amxx
high_ping_kicker.amxx
xredirect.amxx
anti_reklama.amxx - No reklam plugin
ultimate_sounds.amxx

if admin.amxx is in debug mode then i get this:
L 06/27/2011 - 13:24:09: [AMXX] Displaying debug trace (plugin "admin.amxx")
L 06/27/2011 - 13:24:09: [AMXX] Run time error 4: index out of bounds
L 06/27/2011 - 13:24:09: [AMXX] [0] admin.sma::getAccess (line 654)
L 06/27/2011 - 13:24:09: [AMXX] [1] admin.sma::accessUser (line 796)
L 06/27/2011 - 13:24:09: [AMXX] [2] admin.sma::client_authorized (line 85)

there is a problem?

Ps sorry for my bad english.
what AMXX version are you using ?
Dolph_Ziggler is offline
Send a message via MSN to Dolph_Ziggler
Profision
BANNED
Join Date: May 2011
Location: Lithuanija
Old 06-29-2011 , 10:49   Re: Admin.amxx Run time Error4
#5

1.8.2.0v
Profision is offline
Send a message via Skype™ to Profision
Profision
BANNED
Join Date: May 2011
Location: Lithuanija
Old 06-29-2011 , 11:06   Re: Admin.amxx Run time Error4
#6

Console:

512.0 fps 0/32 on de_dust2x2
Console initialized.
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 14:21:06 Mar 8 2010 (4554)
STEAM Auth Server
Server IP address ***.***.**.*:27010

Metamod version 1.19p32 Copyright (c) 2001-2006 Will Day
Patch: Metamod-P (mm-p) v32 Copyright (c) 2004-2007 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2-dev Copyright (c) 2004-2006 AMX Mod X Development Tea
m
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

stray key in process_key: item_getiteminfo 61
=============-----------------------------
Booster v2.40 by hullu (& BuzzKill)
=============-----------------------------
[DPROTO]: Version 0.4.8 Windows
[DPROTO]: Loading config './cstrike/dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
L 06/29/2011 - 17:57:42: -------- Mapchange to de_dust2x2 --------
[AMXX] [AMX] Loaded 11 admins from file
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server Public | Holt.lt (192.16
8.1.176:27010)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server Csdm | Holt.lt (***************)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server GunGame | Holt.lt (***************)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server Surf | Holt.lt (****************)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server WarCraft3 | Holt.lt (*****************)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server JailBreak | Holt.lt (*******************)
L 06/29/2011 - 17:57:43: [xredirect.amxx] Loaded server Knife | Holt.lt (******************)
============================================= =========
[Anti-Reklama] loaded 120 Advert words
[Anti-Reklama] loaded 1 Replacement Lines
============================================= =========
L 06/29/2011 - 17:57:43: [m1c.amxx] [M1c] BanSystem not found
Executing AMX Mod X Configuration File
Executing Galileo ( GAL ) Configuration File
Failed to load Steam ServiceServiceStart: failed to startcouldn't exec config.cf
g
Menu item 17 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.am
xx"
Menu item 18 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu
.amxx"
[M1c] Punishment for Aim Hack changed to Ban by IP
[M1c] Punishment for Aliases changed to Ban by IP
[M1c] Punishment for Flood Command changed to Kick
[M1c] Punishment for Cheat keys changed to Ban by IP
[M1c] Punishment for Check cvars changed to Kick
[M1c] Punishment for Cheat nickname changed to Ban by IP
[M1c] Punishment for Cheat message changed to Ban by IP
[M1c] Punishment for Advanced check changed to Ban by IP
[M1c] Punishment for Spin Hack changed to Kick
[M1c] Force cvars changed to On
[M1c] Check video mode changed to Off
[M1c] Block bug-zones changed to On
[M1c] Advertising M1c changed to On
[M1c] Reports about an entrance changed to On
[M1c] Block Silent Run changed to On
[M1c] Block Flash-bugs changed to On
[M1c] Block Bunny Hop changed to On
[M1c] Simple WH Blocker changed to On
[M1c] Logging changed to On
Connection to Steam servers successful.
VAC secure mode is activated.
[M1c] File with zones was not found for map 'de_dust2x2'
L 06/29/2011 - 17:58:12: [AMXX] Displaying debug trace (plugin "admin.amxx")
L 06/29/2011 - 17:58:12: [AMXX] Run time error 4: index out of bounds
L 06/29/2011 - 17:58:12: [AMXX] [0] admin.sma::getAccess (line 654)
L 06/29/2011 - 17:58:12: [AMXX] [1] admin.sma::accessUser (line 796)
L 06/29/2011 - 17:58:12: [AMXX] [2] admin.sma::client_authorized (line 85
Ignoring custom decal from |-D-|*KnF # Bu^
Dropped |-D-|*KnF # Bu^ from server
Reason: Client sent 'drop'

meta
Unrecognized meta command:
usage: meta <command> [<arguments>]
valid commands are:
version - display metamod version info
game - display gamedll info
list - list plugins currently loaded
cmds - list console cmds registered by plugins
cvars - list cvars registered by plugins
refresh - load/unload any new/deleted/updated plugins
config - show config info loaded from config.ini
load <name> - find and load a plugin with the given name
unload <plugin> - unload a loaded plugin
reload <plugin> - unload a plugin and load it again
info <plugin> - show all information about a plugin
pause <plugin> - pause a loaded, running plugin
unpause <plugin> - unpause a previously paused plugin
retry <plugin> - retry a plugin that previously failed its action
clear <plugin> - clear a failed plugin from the list
force_unload <plugin> - forcibly unload a loaded plugin
require <plugin> - exit server if plugin not loaded/running
version
Protocol version 48
Exe version 1.1.2.6 (cstrike)
Exe build: 14:21:06 Mar 8 2010 (4554)

Users.ini

;Admin default
"Toro`" "*****" "abcdefghijklmnopqrstu" "ab"
"" "" "abcdefghijklmnopqrstu" "de"
"" "" "abcdefghijklmnopqrstu" "de"

;Uzas default
"Ip" "" "abcdefijz" "de"
"Ip" "" "abcdefijz" "de"
"Ip" "" "abcdefijz" "de"
"Ip" "" "abcdefijz" "de"

;Vip default
"IP" "" "abi" "de"
"IP" "" "abi" "de"
"IP" "" "abi" "de"
"IP" "" "abi" "de"

|-D-|*KnF # Bu^ - this is my player name.

Last edited by Profision; 06-29-2011 at 11:15.
Profision is offline
Send a message via Skype™ to Profision
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-29-2011 , 11:08   Re: Admin.amxx Run time Error4
#7

Remove dproto.
We cannot support that since it allows Non-Steam players in Steam servers.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Profision
BANNED
Join Date: May 2011
Location: Lithuanija
Old 06-29-2011 , 11:29   Re: Admin.amxx Run time Error4
#8

I remove dproto and now i can't go to my own server!
Ps. I don't have steam.

Last edited by Profision; 06-29-2011 at 11:55.
Profision is offline
Send a message via Skype™ to Profision
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-29-2011 , 13:38   Re: Admin.amxx Run time Error4
#9

Sorry, but we can only support Steam servers that do not allow Non-Steam players.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Closed Thread



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 09:49.


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