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
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
__________________