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

Random Crash


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TrullSin
Senior Member
Join Date: Jun 2018
Old 12-23-2018 , 15:51   Random Crash
Reply With Quote #1

Hi, could anyone tell me what is about this crash?

https://crash.limetech.org/xmgavr5pixek
TrullSin is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-23-2018 , 16:38   Re: Random Crash
Reply With Quote #2

sm plugins list?
sm exts list?

It seems something with printf (console msgs).
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
TrullSin
Senior Member
Join Date: Jun 2018
Old 12-23-2018 , 17:11   Re: Random Crash
Reply With Quote #3

I think it is because of this, it only started after I added this:

PHP Code:
#include <sourcemod>

Handle mytimer;

public 
void OnPluginStart()
{
    
HookEvent("round_start"OnRoundStart);
}

public 
OnRoundStart(Handle event, const char[]name bool dontBroadcast)
{
    if(
mytimer != null
    {
        
delete mytimer;
    }

    
mytimer CreateTimer(905.0timer_callback);

    return 
Plugin_Handled
}

public 
Action timer_callback(Handle timer

    
mytimer null;

    
ServerCommand("");

    return 
Plugin_Continue

Just notice, that there is another one: https://crash.limetech.org/kqqa2hnhdjmw

Last edited by TrullSin; 12-23-2018 at 17:12.
TrullSin is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-24-2018 , 12:12   Re: Random Crash
Reply With Quote #4

version
meta version
sm version
Bacardi is offline
Reply


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


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