Raised This Month: $ Target: $400
 0% 

[HAMSANDWICH] Invalid HamHook handle.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
proffs
Senior Member
Join Date: Jul 2013
Old 03-12-2014 , 09:21   [HAMSANDWICH] Invalid HamHook handle.
Reply With Quote #1

I am getting this error from server logs:

Code:
L 03/12/2014 - 12:35:42: [HAMSANDWICH] Invalid HamHook handle.
L 03/12/2014 - 12:35:42: [AMXX] Displaying debug trace (plugin "now.amxx")
L 03/12/2014 - 12:35:42: [AMXX] Run time error 10: native error (native "DisableHamForward")
L 03/12/2014 - 12:35:42: [AMXX]    [0] now.sma::StopGame (line 2256)
L 03/12/2014 - 12:35:42: [AMXX]    [1] now.sma::LogEvent_RoundEnd (line 889)
PHP Code:
register_logevent"LogEvent_RoundEnd",     2"1=Round_End"     );
    
RegisterHamHam_Killed"player""Fwd_PlayerKilled"); 
PHP Code:
if(runningStatus)
            {
                
runningStatus 0
                
                unregister_forward
(FM_SetModelintSetModel)
                
unregister_forward(FM_CmdStartintCmdStart)
                
unregister_forward(FM_UpdateClientDataintCliendData)
                
unregister_forward(FM_TouchintTouch)
                
DisableHamForward(Forward_Killed);
                
DisableHamForward(Forward_TakeDamage);
                
unregister_forward(FM_TouchForward_Touch2);
                
unregister_forward(FM_PlayerPreThinkForward_PlayerPreThink);
                
unregister_forward(FM_AddToFullPackForward_Toggle0);
                
                for (new 
1<= g_pbcounta++)
                {
                    if (
g_pbstatus[a] != 0)
                    {
                        
paint_reset(g_paintballs[a]+1000);
                    }
                }
            } 
PHP Code:
public LogEvent_RoundEnd()
{    
    
StopGame();
    
    new 
players[32], num;
    
get_playersplayersnum"a" );
    
    for( new 
0numi++ )
    
show_menu00"^n");
    

What Am I doing wrong?
proffs is offline
 



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 02:36.


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