Raised This Month: $ Target: $400
 0% 

massive error logs from plugins... need help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Rossonero
Senior Member
Join Date: Mar 2009
Location: Location
Old 08-20-2010 , 08:25   massive error logs from plugins... need help
Reply With Quote #1

plugin peepingTom2

Quote:
L 08/09/2010 - 00:48:16: [CSTRIKE] Invalid player 1
L 08/09/2010 - 00:48:16: [AMXX] Displaying debug trace (plugin "peepingtom2.amxx")
L 08/09/2010 - 00:48:16: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 08/09/2010 - 00:48:16: [AMXX] [0] peepingTom2.sma::addToFullPackPost (line 28
Code:
new aiment = pev(ent,pev_aiment)
                
                static CsTeams:team
                if((spectated != aiment) && is_user_alive(aiment) && ((cs_get_user_team(spectated) != (team=cs_get_user_team(aiment))) || (UserOptions[host][OptionTeamView] == _:TeamViewEverybody)))
                {
                    static ID[Individual]
lines 284 to 290

massive error logs

I have tried adding the is_user_connected feature, but still error logs appear

//---------

plugin: admin blanks

Quote:
L 08/15/2010 - 12:452: [FUN] Invalid player 17
L 08/15/2010 - 12:452: [AMXX] Displaying debug trace (plugin "cheaters.amxx")
L 08/15/2010 - 12:452: [AMXX] Run time error 10: native error (native "set_user_hitzones")
L 08/15/2010 - 12:452: [AMXX] [0] texth3SpT9.sma::unBlankPlayerTask (line 433)
and another similar one from the same plugin
(native "set_user_gravity"), but debug was not enabled back then


Code:
public unBlankPlayerTask(param[]) 
    { 
    new VictimName[32]
    get_user_name(param[0],VictimName,31)
    gBlankPlayers[param[0]] = 0
    set_user_hitzones(param[0], 0, 255)
    return PLUGIN_HANDLED 
    }
for the blanks plugin, I'll try the is_user_connected(param[0]) and see if error logs persist


main problem is that my server crashes and doesn't come back online until I manually restart it
and I want to get rid of error logs because I have nothing else as a possible cause for the crashes
__________________
signature
Rossonero is offline
 


Thread Tools
Display Modes

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 21:59.


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