Search:

Type: Posts; User: lifeafterdeath

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,778

    bool CHL2MP_Player::WantsLagCompensationOnEntity...

    bool CHL2MP_Player::WantsLagCompensationOnEntity (const CBasePlayer *pPlayer, const CUserCmd *pCmd, const CBitVec<MAX_EDICTS> *pEntityTransmitBits) const

    thats line 626.


    thank you for...
  2. Replies
    2
    Views
    4,778

    OverLoaded Member Function Not Found

    Im trying to give Npc AI to a half life mod and i ran into this error

    1>.\hl2mp\hl2mp_player.cpp(626) : error C2511: 'bool CHL2MP_Player::WantsLagCompensationOnEntity(const CBasePlayer *,const...
  3. Replies
    7
    Views
    6,457

    it is linked to user32.lib, both server and...

    it is linked to user32.lib, both server and client.
  4. Replies
    7
    Views
    6,457

    no i didnt write that code it was an existing...

    no i didnt write that code it was an existing script that i am trying to modify.


    thanks for pointing me in the right direction. i eliminated the static from the pitch and yaw convars and it...
  5. Replies
    7
    Views
    6,457

    i cant find any undefined functions. basically...

    i cant find any undefined functions. basically everything compiled right except this function:

    else if( input->KeyState( &cam_out ) )
    idealAngle[ 2 ] += 2*cam_idealdelta.GetFloat(); // Prevent...
  6. Replies
    7
    Views
    6,457

    LNK2001 ERROR!!! need help

    Ok im creating a mod at the moment for half life 2 episode 2 engine. im new to this so please bear with me and any help will be greatly appreciated. Im trying to set up the the in_camera.cpp to make...
Results 1 to 6 of 6