Raised This Month: $ Target: $400
 0% 

Cache_UnlinkLRU: NULL link


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 09-13-2013 , 09:05   Cache_UnlinkLRU: NULL link
Reply With Quote #1

The CS crashed when someone change to the primary, Cache_UnlinkLRU: NULL link. What causes that?

PHP Code:
public cmd_backweapon(id)
{
    new 
players[32], playersnum
    get_players
(playersplayersnum"a")
    
    for (new 
playersnum ; ++i)
    {
        
backweapon[i] = create_entity("info_target")
        
entity_set_edict(backweapon[i], EV_ENT_owneri)
        
entity_set_edict(backweapon[i], EV_ENT_aimenti)
        
entity_set_int(backweapon[i], EV_INT_movetypeMOVETYPE_FOLLOW)
        
entity_set_model(backweapon[i], "models/backweapons.mdl")
    }

CurWeapon event:
PHP Code:
if (<< get_user_weapon(id) & OTHERS)
    {
        
set_pev(backweapon[id], pev_bodycurrent_weapon[id])
    }
    else
    {
        
set_pev(backweapon[id], pev_body0)
    } 
Randomize 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 21:36.


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