Raised This Month: $ Target: $400
 0% 

Release Fixes - 0.20-TP3


Post New Thread Closed Thread   
 
Thread Tools Display Modes
skyfx
Member
Join Date: Mar 2004
Old 08-26-2004 , 13:27  
#51

Just thought I'd point this out:

I'm running a CS listen server. These are the errors I get once I have started the server:

Code:
L 08/26/2004 - 17:24:53: [AMXX] Run time error 4 on line 529 (plugin "miscstats.amxx")
L 08/26/2004 - 17:24:53: [AMXX] Run time error 4 on line 86 (plugin "stats_logging.amxx")
L 08/26/2004 - 17:25:03: [AMXX] Run time error 10 on line 180 (task "446064322") (plugin "multilingual.amxx")
L 08/26/2004 - 17:25:08: [AMXX] Run time error 10 on line 100 (task "446064322") (plugin "adminhelp.amxx")
If you need to see my plugins.ini or modules.ini let me know. I basically enabled all the necessary modules and all the primary plugins. I have not added any plugins or modules.

Also, the stats seem to be really really messed up. When I type in /rank or /top15 it shows parts of my users.ini file for some odd reason
skyfx is offline
Basket[Z]
New Member
Join Date: Aug 2004
Old 08-26-2004 , 19:10  
#52

I'm running a Windows dedicated server and get the same errors

Code:
L 08/27/2004 - 00:00:30: [AMXX] Run time error 4 on line 529 (plugin "miscstats.
amxx")
L 08/27/2004 - 00:00:30: [AMXX] Run time error 4 on line 86 (plugin "stats_loggi
ng.amxx")
L 08/27/2004 - 00:00:40: [AMXX] Run time error 10 on line 180 (task "86271682")
(plugin "multilingual.amxx")
L 08/27/2004 - 00:00:45: [AMXX] Run time error 10 on line 100 (task "86271682")
(plugin "adminhelp.amxx")
Basket[Z] is offline
Munra
Senior Member
Join Date: May 2004
Old 08-26-2004 , 22:25   DoD stats
#53

I can not get the DoD stats to work


Very time I enable the stats module the server will not start. I don't have remote access to server I use HLSW and when I try and and restart the server via typeing "quit" or via a web panel restart it won't come up untill I turn off the stat module? Any ideas


Munra
__________________
http://anbservers.net
My Plugins
PMs for support will be ignored please use the plugin topic for support.
Munra is offline
onedamage
Senior Member
Join Date: Apr 2004
Location: Montreal Canada
Old 08-26-2004 , 23:16  
#54

GREAT JOB

was waiting for this one with anticipation.

(was even thinking of going back to amx but i dont have to now woooohoooo)

anyone else having problems with the base custom maps configs ?
mine dont load whatsoever
__________________
69.12.99.130 Quebec Public CS 1.6
64.15.128.218 Quebec Public CS:SOURCE
www.QuebecPublic.com
onedamage is offline
Send a message via ICQ to onedamage Send a message via MSN to onedamage
Poison_Jay
Senior Member
Join Date: May 2004
Old 08-27-2004 , 03:23  
#55

~.~ looks like lots of problems for sniper to solve
Poison_Jay is offline
Send a message via MSN to Poison_Jay
Monolyth
Member
Join Date: Jul 2004
Location: Midwest, USA
Old 08-27-2004 , 20:27  
#56

Seems like every plugin that uses an array with a player id being passed into the function and the id is used as the key gets the Runtime 4 error.

ie.
public myfunction(id)
{
my_array[id]
}

it's just a guess but if it attemps to get key information about an id that does not exist in the array then it may error out.

For example the map management plugin, runs through some code when a player leaves to remove them from rockthevote, nominations etc.

When they leave, it check's the rocked array for [id], however that seems to be when the runtime error comes out. I'm trying to get this further tested on my server.

So far I've been trying to track what people are doing when it occurs, but so far not much :/
Monolyth is offline
uF2k
Member
Join Date: May 2004
Location: NRW, Germany
Old 08-28-2004 , 00:04  
#57

Have find a bug Original amxmodx-0.20-TP3 for new compiled the adminvote.sma

//// adminvote.sma
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(311) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(320) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(321) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(323) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(324) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(330) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(331) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(336) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(337) : warning 217: loose indentation
//
// 9 Warnings.
// Done.
//
// Compilation Time: 0,28 sec
// ----------------------------------------

Plase help
__________________
uF2k is offline
Send a message via AIM to uF2k Send a message via Yahoo to uF2k Send a message via Skype™ to uF2k
Neo-Vortex
Senior Member
Join Date: Jun 2004
Location: Australia
Old 08-28-2004 , 01:34  
#58

Quote:
Originally Posted by uF2k
Have find a bug Original amxmodx-0.20-TP3 for new compiled the adminvote.sma

//// adminvote.sma
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(311) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(320) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(321) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(323) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(324) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(330) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(331) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(336) : warning 217: loose indentation
// D:\hlserver\czero\addons\amxx\scripting\admin vote.sma(337) : warning 217: loose indentation
//
// 9 Warnings.
// Done.
//
// Compilation Time: 0,28 sec
// ----------------------------------------

Plase help
they are only warnings, they can be ignored, you will notice it has created adminvote.amxx reguardless of the warnings...
Neo-Vortex is offline
shadow
Member
Join Date: Apr 2004
Old 08-28-2004 , 20:01  
#59

Hm weapon restriction is completly messed up.
Even the old plugin from 0.16 doesn't work. The only thing you get is a message...
shadow is offline
Lord of Anxiety
Member
Join Date: Mar 2004
Old 08-29-2004 , 17:46  
#60

Can it be that the mysql_amxx_i386.so its not yet really ending in coding?

Because I have download the AMXX 0.2 Base TP3 befor an hour and amxx bring me this error
Quote:
[AMXX] Module is not a valid library (file "cstrike/addons/amxx/modules/mysql_amxx_i386.so")
Beause I cant compile this module by my self because my Webserver bring me an Error everytime that he could find the file cc1plus and so I dont can compile any modules for linux.
__________________
Die einzigste Regel die eine Rolle spielt ist: "Was ein Mann kann und was ein Mann nicht kann." (Jonny Depp in Pirates of the Carribean - The course of the Black Pearl)
Lord of Anxiety 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 05:57.


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