Raised This Month: $ Target: $400
 0% 

Error After Debug - FAKEMETA


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Baws
Veteran Member
Join Date: Oct 2012
Old 10-30-2013 , 09:19   Error After Debug - FAKEMETA
Reply With Quote #1

PHP Code:
L 10/30/2013 03:58:53: [FAKEMETAInvalid entity
L 10
/30/2013 03:58:53: [AMXXDisplaying debug trace (plugin "SurfTimer.amxx")
L 10/30/2013 03:58:53: [AMXXRun time error 10native error (native "set_pdata_int")
L 10/30/2013 03:58:53: [AMXX]    [0SurfTimer.sma::fm_set_weapon_ammo (line 3118)
L 10/30/2013 03:58:53: [AMXX]    [1SurfTimer.sma::give_scout (line 1270)
L 10/30/2013 03:58:53: [AMXX]    [2SurfTimer.sma::event_curweapon (line 2399


L 10/30/2013 - 03:58:53: [AMXX] [0] SurfTimer.sma::fm_set_weapon_ammo (line 311


PHP Code:
stock fm_set_weapon_ammo(weapon_idammo)
{    
    
set_pdata_int(weapon_id51ammoEXTRAOFFSET_WEAPONS);

L 10/30/2013 - 03:58:53: [AMXX] [1] SurfTimer.sma::give_scout (line 1270)


PHP Code:
public give_scout(idarmita)
{    
    new 
ent fm_give_item(idg_weaponconst[armita]);    
    
fm_set_weapon_ammo(ent0)

L 10/30/2013 - 03:58:53: [AMXX] [2] SurfTimer.sma::event_curweapon (line 2399)


PHP Code:
public event_curweapon(id)
{
    if( 
get_pcvar_num(cvar_enable) != )
        return
    
    static 
last_weapon[33];
    
    static 
weapon_activeweapon_num
    weapon_active 
read_data(1)
    
weapon_num read_data(2)
    
    
//Checks Weapons to prevents bugs time
    
if( g_armaprotop[id] && g_playerstart[id] && is_user_alive(id) )
    {
        if( 
weapon_num != CSW_KNIFE && weapon_num != CSW_USP )
        {
            
fm_strip_user_weapons(id)
            
give_uspknife(id)
        }
    }
    else if( !
g_armaprotop[id] && g_playerstart[id] && is_user_alive(id) )
    {
        if( 
weapon_num != g_numerodearma[id] )
        {
            
fm_strip_user_weapons(id)
            
give_scout(idg_numerodearma[id])
        }
    } 
Any help to stop errors?
__________________
Like my clean plugins and work?
Baws 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 23:18.


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