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

Error log


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 11-26-2015 , 10:43   Error log
Reply With Quote #1

I have this plugin of amx_ss and have sometime this error in log:

L 11/25/2015 - 15:53:58: Start of error session.
L 11/25/2015 - 15:53:58: Info (map "de_Dust2x2") (file "addons/amxmodx/logs/error_20151125.log")
L 11/25/2015 - 15:53:58: [FUN] Invalid player 7
L 11/25/2015 - 15:53:58: [AMXX] Run time error 10 (plugin "amx_ss.amxx") (native "set_user_health") - debug not enabled!
L 11/25/2015 - 15:53:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 11/25/2015 - 15:53:59: [FUN] Invalid player 7

Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>

#define PLUGIN "Ultimate SS Taker X"
#define VERSION "3.0"
#define AUTHOR "navir & Shuya"

new gmsgFade, sv, length
new id_admin[32], server[32]

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    sv = register_cvar("amx_ss_server","Name Server")
    register_concmd("amx_ss", "ScreenShot", ADMIN_KICK, "<player>")
    gmsgFade = get_user_msgid("ScreenFade") 
}

new name_player[32],param,pozes,poze

public ScreenShot(id, level, cid)
{
    if (!cmd_access(id, level, cid, 2))
    return PLUGIN_HANDLED        

    get_pcvar_string(sv,server,50);
    new arg[32], ip_player[32]
    read_argv(1, arg, 31)
    
    new player = cmd_target(id, arg, 4)
    
    if (!player)
    return PLUGIN_HANDLED
    length = strlen(arg) + 1
    get_user_name(player, name_player, 31);
    get_user_ip(player, ip_player, 31, 1);
    read_args(id_admin, 31)
    if (id_admin[0] == '"' && id_admin[length] == '"')
    {
        id_admin[0] = ' '
        id_admin[length] = ' '
        length += 2
    }
    remove_quotes(id_admin[length])
    chat_color(id, "!tNick: !g^"%s^" !n- Ip: !g%s", name_player,ip_player);

    chat_color(id, "!tNick: !g^"%s^" !n- Ip: !g%s", name_player,ip_player);
    chat_color(id, "!tNick: !g^"%s^" !n- Ip: !g%s", name_player,ip_player);
    chat_color(id, "!tNick: !g^"%s^" !n- Ip: !g%s", name_player,ip_player);
    
    pozes=5
    poze=1
    
    chat_color(id, "!g^"%s^" !nTrebuie sa iti dea 5 POZE,  UNA trebuie sa fie VERDE !", name_player);
    
    new hostname[64], name_admin[32], timer[32];
    
    get_cvar_string("hostname",hostname,63);
    get_user_name(id, name_admin, 31);
    get_time("%m/%d/%Y - %H:%M:%S", timer,31);
    
    
    client_print(player, print_center, "Poza Nr. %d [ %s ]", poze+1, server);

    
    chat_color(player, "!n----------------------[!g%s!n]----------------------", server);
    chat_color(player, "!t[SKILL] !nAdminul: !g^"%s^" !ntia Facut 5 POZE !", name_admin);
    chat_color(player, "!t[SKILL] !nNick-ul tau: !g^"%s^" !n- Ip: !g^%s", name_player, ip_player);
    chat_color(player, "!t[SKILL] !nData si Ora: !g%s !n- Server: !g^"%s^"", timer, hostname);
    chat_color(player, "!n----------------------[!g%s!n]----------------------", server);
    
    set_user_health(player, 100)
    
    client_cmd(player,"snapshot");
    
    set_task(0.5,"hp",player)
    
    poze++
    param=player
    set_task(1.0,"GreenShot",3322,_,_,"b");
    return PLUGIN_HANDLED
}

public GreenShot(id, level, cid)
{
    
    if(poze < pozes) {

    if(poze==3) {

            message_begin(MSG_ONE, gmsgFade, {0,0,0},param)
            write_short(14<<7)
            write_short(58<<6)
            write_short(1<<0)
            write_byte(5)
            write_byte(255)
            write_byte(0)
            write_byte(255)
            message_end()
    }
    
    new hostname[64], name_player[32], ip_player[32], timer[32];
    new frags = get_user_frags (param)
    new deaths = get_user_deaths (param)
            
    get_cvar_string("hostname",hostname,63);
    get_user_name(param,name_player,31);
    get_user_ip(param, ip_player, 31, 1);
    get_time("%m/%d/%Y - %H:%M:%S", timer,31);
    
    
    client_print(param, print_center, "Poza Nr. %d [ %s ]", poze+1, server);
    
    chat_color(param, "!n----------------------[!g%s!n]----------------------", server);
    chat_color(param, "!t[SKILL] !nKill-uri: !g%d !n- Decese: !g%d",frags, deaths);
    chat_color(param, "!t[SKILL] !nNick-ul tau: !g^"%s^" !n- Ip: !g%s", name_player, ip_player);
    chat_color(param, "!t[SKILL] !nData si Ora: !g%s !n- Server: !g^"%s^"", timer, hostname);
    chat_color(param, "!n----------------------[!g%s!n]----------------------", server);

    set_user_health(param, 100)
    
    client_cmd(param,"snapshot");
    
    set_task(0.5,"hp2",param)
    
    poze++
    
    } else {
        client_cmd(param,"snapshot");
    user_silentkill(param);
        cs_set_user_team(param, CS_TEAM_SPECTATOR);

        
        get_user_name(param, name_player, 31);
        
        chat_color(0,"!t[SKILL] !nPoze facute pe !g^"%s^" !", name_player);
                   
        remove_task(3322);
    
    }
        
    return PLUGIN_HANDLED;
}
public hp(player)
set_user_health(player, 199);
public hp2(param)
set_user_health(param, 199);
stock chat_color(const id, const input[], any:...)
{
   new count = 1, players[32]
   static msg[320]
   vformat(msg, 190, input, 3)
   replace_all(msg, 190, "!g", "^4")
   replace_all(msg, 190, "!n", "^1")
   replace_all(msg, 190, "!t", "^3")
   replace_all(msg, 190, "!t2", "^0")
   if (id) players[0] = id; else get_players(players, count, "ch")
   {
      for (new i = 0; i < count; i++)
      {
         if (is_user_connected(players[i]))
         {
            message_begin(MSG_ONE_UNRELIABLE, get_user_msgid("SayText"), _, players[i])
            write_byte(players[i])
            write_string(msg)
            message_end()
         }
      }
   }
}
I think plugin check if that player is alive.Can someone please to put this code in plugin to work?
if(is_user_alive(id)) {

Or maybe is another problem?If I put debug in plugins.ini don't give error, I don't know when give exactly that.
smiley92 is offline
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 11-26-2015 , 13:24   Re: Error log
Reply With Quote #2

First. That plugin is unapproved and should be deleted. That kind of stuff is not allowed here and is too harmful.
Second. You posted in scripting help again... for another plugin that is already submitted, instead of posting in the plugin's thread.
redivcram is offline
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 11-26-2015 , 13:38   Re: Error log
Reply With Quote #3

Is scripting help here?This plugin is modified if you see, is not that what is unnaproved.Fine, I request some error not something else.

PS.If you don't want to help please leave this topic.
smiley92 is offline
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 11-26-2015 , 14:34   Re: Error log
Reply With Quote #4

Quote:
Originally Posted by smiley92 View Post
Is scripting help here?
My bad? Because help with scripts usually go in "Scripting Help" ?

Quote:
Originally Posted by smiley92 View Post
I request some error not something else.
You request some error?! What?

Oh and FYI. As I mentioned, these are not supported here, they are considered slowhacking plugins
redivcram is offline
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 11-27-2015 , 04:41   Re: Error log
Reply With Quote #5

Ok, you are blind to understand?Is not error?If is not error what is?

Slowhack??Why if Steam allow that and work without problems?

PS.And this plugin is not that version what is unnaproved.Is something new and don't have sense to post in that topic.

Last edited by smiley92; 11-27-2015 at 07:00.
smiley92 is offline
Old 11-27-2015, 06:17
redivcram
This message has been deleted by redivcram. Reason: forget it
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 11-27-2015 , 12:29   Re: Error log
Reply With Quote #6

Someone?

Is something simple, I don't know how to fix/arrange code.

Last edited by smiley92; 11-27-2015 at 12:31.
smiley92 is offline
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 11-27-2015 , 13:00   Re: Error log
Reply With Quote #7

I put debug after amx_ss.amxx and received this error in logs at lines 148 and 121:

Code:
L 11/27/2015 - 18:55:00: Start of error session.
L 11/27/2015 - 18:55:00: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20151127.log")
L 11/27/2015 - 18:55:00: [FUN] Invalid player 16
L 11/27/2015 - 18:55:00: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:00: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:00: [AMXX]    [0] amx_ss.sma::hp2 (line 148)
L 11/27/2015 - 18:55:01: [FUN] Invalid player 16
L 11/27/2015 - 18:55:01: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:01: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:01: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:02: [FUN] Invalid player 16
L 11/27/2015 - 18:55:02: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:02: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:02: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:03: [FUN] Invalid player 16
L 11/27/2015 - 18:55:03: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:03: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:03: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:04: [FUN] Invalid player 16
L 11/27/2015 - 18:55:04: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:04: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:04: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:05: [FUN] Invalid player 16
L 11/27/2015 - 18:55:05: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:05: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:05: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:06: [FUN] Invalid player 16
L 11/27/2015 - 18:55:06: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:06: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:06: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:07: [FUN] Invalid player 16
L 11/27/2015 - 18:55:07: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:07: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:07: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:08: [FUN] Invalid player 16
L 11/27/2015 - 18:55:08: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:08: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:08: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:09: [FUN] Invalid player 16
L 11/27/2015 - 18:55:09: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:09: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:09: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:10: [FUN] Invalid player 16
L 11/27/2015 - 18:55:10: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:10: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:10: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:11: [FUN] Invalid player 16
L 11/27/2015 - 18:55:11: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:11: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:11: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:12: [FUN] Invalid player 16
L 11/27/2015 - 18:55:12: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:12: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:12: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:13: [FUN] Invalid player 16
L 11/27/2015 - 18:55:13: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:13: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:13: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:14: [FUN] Invalid player 16
L 11/27/2015 - 18:55:14: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:14: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:14: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:15: [FUN] Invalid player 16
L 11/27/2015 - 18:55:15: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:15: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:15: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:16: [FUN] Invalid player 16
L 11/27/2015 - 18:55:16: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:16: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:16: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:17: [FUN] Invalid player 16
L 11/27/2015 - 18:55:17: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:17: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:17: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:18: [FUN] Invalid player 16
L 11/27/2015 - 18:55:18: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:18: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:18: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:19: [FUN] Invalid player 16
L 11/27/2015 - 18:55:19: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:19: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:19: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:20: [FUN] Invalid player 16
L 11/27/2015 - 18:55:20: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:20: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:20: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:21: [FUN] Invalid player 16
L 11/27/2015 - 18:55:21: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:21: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:21: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:22: [FUN] Invalid player 16
L 11/27/2015 - 18:55:22: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:22: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:22: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:23: [FUN] Invalid player 16
L 11/27/2015 - 18:55:23: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:23: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:23: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:24: [FUN] Invalid player 16
L 11/27/2015 - 18:55:24: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:24: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:24: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:25: [FUN] Invalid player 16
L 11/27/2015 - 18:55:25: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:25: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:25: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:26: [FUN] Invalid player 16
L 11/27/2015 - 18:55:26: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:26: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:26: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:27: [FUN] Invalid player 16
L 11/27/2015 - 18:55:27: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:27: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:27: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:28: [FUN] Invalid player 16
L 11/27/2015 - 18:55:28: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:28: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:28: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:29: [FUN] Invalid player 16
L 11/27/2015 - 18:55:29: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:29: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:29: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:30: [FUN] Invalid player 16
L 11/27/2015 - 18:55:30: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:30: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:30: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:31: [FUN] Invalid player 16
L 11/27/2015 - 18:55:31: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:31: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:31: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:32: [FUN] Invalid player 16
L 11/27/2015 - 18:55:32: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:32: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:32: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:33: [FUN] Invalid player 16
L 11/27/2015 - 18:55:33: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:33: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:33: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:34: [FUN] Invalid player 16
L 11/27/2015 - 18:55:34: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:34: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:34: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:35: [FUN] Invalid player 16
L 11/27/2015 - 18:55:35: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:35: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:35: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:36: [FUN] Invalid player 16
L 11/27/2015 - 18:55:36: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:36: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:36: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:37: [FUN] Invalid player 16
L 11/27/2015 - 18:55:37: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:37: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:37: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:38: [FUN] Invalid player 16
L 11/27/2015 - 18:55:38: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:38: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:38: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:39: [FUN] Invalid player 16
L 11/27/2015 - 18:55:39: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:39: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:39: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:40: [FUN] Invalid player 16
L 11/27/2015 - 18:55:40: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:40: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:40: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)
L 11/27/2015 - 18:55:41: [FUN] Invalid player 16
L 11/27/2015 - 18:55:41: [AMXX] Displaying debug trace (plugin "amx_ss.amxx")
L 11/27/2015 - 18:55:41: [AMXX] Run time error 10: native error (native "set_user_health")
L 11/27/2015 - 18:55:41: [AMXX]    [0] amx_ss.sma::GreenShot (line 121)

Last edited by smiley92; 11-27-2015 at 13:00.
smiley92 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 11-27-2015 , 14:48   Re: Error log
Reply With Quote #8

1.Don't bump your thread.
2.Learn how to use the edit button.
3.Post your problem in the plugin's thread.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Reply



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 08:46.


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