Ahhh, can anyone tell me why this doesn't work? :(
(player.cpp)
// TRUE if the player is attached to a ladder
BOOL CBasePlayer::IsOnLadder( void )
{
return ( pev->movetype == MOVETYPE_FLY );
//code i added
if (m_pActiveItem)
m_pActiveItem->Holster( );
}
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

