AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Super (https://forums.alliedmods.net/forumdisplay.php?f=111)
-   -   Run time error 4 (https://forums.alliedmods.net/showthread.php?t=67605)

CrABe 02-28-2008 16:55

Re: Run time error 4
 
I have this error now. With the 3.8.1 release

Code:

L 02/28/2008 - 12:50:20: Start of error session.
L 02/28/2008 - 12:50:20: Info (map "de_dust2_2007_cz") (file "addons/amxmodx/logs/error_20080228.log")
L 02/28/2008 - 12:50:20: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 02/28/2008 - 12:50:21: [AMXX] Run time error 4: index out of bounds
L 02/28/2008 - 12:50:21: [AMXX]    [0] amx_super.sma::catch_say (line 1429)


bmann_420 02-28-2008 20:50

Re: Run time error 4
 
is it on the top of your plugin.ini list? In other words its the first plugin loaded... Otherwise, it may interfear with other plugins that use that same function or same comand with /


Just FYI, bigger plugins, that use up alot or have many commands, always go on top and should be ran as the first plugin. Per say, warcraft, gg, and other major plugins

CrABe 02-28-2008 23:34

Re: Run time error 4
 
my plugin.ini list :

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
adminreservation.amxx
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 (Fakemeta Module required!)
mapsmenu.amxx        ; maps menu (vote, changelevel)
pluginmenu.amxx        ; per plugins cvars & commands menu

; Chat / Messages
;;;adminchat.amxx    ; console chat commands
adminchatgreen.amxx    ; console chat commands with colors
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
;mapchooser4.amxx    ; allows to vote for next map (amx2006.3 style)
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!)
miscstats3.amxx        ; bunch of events announcement for Counter-Strike(CSX Module required!) (amx2006 style)
;miscstats.amxx        ; bunch of events announcement for Counter-Strike(CSX Module required!)
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

amx_super.amxx
ad_manager.amxx
admin_slash.amxx
admin_spec_esp.amxx
amx_gore_ultimate.amxx
afkkisss.amxx
allow_roundfinish.amxx
amx_adminmodel.amxx
amx_autorestart.amxx
amx_match_deluxe.amxx
bad_camper.amxx
cz_bots.amxx
gamename.amxx
high_ping_kicker.amxx
loadingsound.amxx
mtl.amxx
hlmp2_en_utf8.amxx
;warcs_bs.amxx


bmann_420 02-29-2008 00:37

Re: Run time error 4
 
also, admin_slay needs to be at the bottom...

whats mtl and jlmp2 ?

CrABe 02-29-2008 01:26

Re: Run time error 4
 
Admin Slay ? i don't have this plugin! it's included in amx_super !

mtl is a plugin for anti-rox (limited distance of death/kills) : http://forums.alliedmods.net/showthr...398#post543398

and hlmp is a plugin allows players to listen music with WMP in the MOTD. http://forums.alliedmods.net/showthread.php?p=150489. But i have installed hlmp after the error.

YamiKaitou 02-29-2008 01:34

Re: Run time error 4
 
He probably meant admin slash

bmann_420 02-29-2008 01:44

Re: Run time error 4
 
yea slash, sorry

CrABe 02-29-2008 01:46

Re: Run time error 4
 
I moved admin_slash at end...for testing ! i become in 24 hours :)

necox 03-04-2008 00:53

Re: Run time error 4
 
Quote:

[AMXX] Run time error 4 (plugin "amx_super.amxx") - debug not enabled!
[AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
[AMXX] Run time error 4 (plugin "amx_super.amxx") - debug not enabled!
[AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
[AMXX] Run time error 4 (plugin "amx_super.amxx") - debug not enabled!
help me please ?

Czarny Iwan 03-04-2008 04:42

Re: Run time error 4
 
Code:

[AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
And then check log for more information.


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

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