Raised This Month: $ Target: $400
 0% 

entity problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
TSuNaMi_
BANNED
Join Date: Jan 2009
Location: After 2018 World
Old 06-13-2010 , 18:36   entity problem
Reply With Quote #1

hi guyz. I working on a anti esp hack plugin. Nowly, plugin works perfect ( blocks esp hack bla bla ). Bu i have a error: Players footsteps coming behind and when a press button "D", sound coming only from right channel or when a press button "A", sound coming only from left channel...And i tested lots of function in our plugin and i found reason of this problem. Entitty function...

Code:
public client_putinserver(id) {
    // creating entity attached to a player, all sounds are played by  the attached entity, not by players entity
    static infotarget 
    if(!infotarget) infotarget = engfunc(EngFunc_AllocString,  "info_target")
    
    g_followent[id] = engfunc(EngFunc_CreateNamedEntity, infotarget)
    if(pev_valid(g_followent[id])) {
        set_pev(g_followent[id], pev_movetype, MOVETYPE_FOLLOW)
        set_pev(g_followent[id], pev_effects, EF_NODRAW)
        set_pev(g_followent[id], pev_aiment, id)
    }
}
how can i fix this pls help me ... thnx....
TSuNaMi_ 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 14:52.


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