diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-25 20:27:23 +0100 |
| commit | 2f8e2c585c14ec4bae7b31d17799d56ea3e50348 (patch) | |
| tree | 7fd2f371fc24a3c3f253db498fd44d8b9f80a39e /cheat/internal_rewrite/visual_player.cpp | |
| parent | 8be3f19c8ace79135a593ac697751579fa1a0998 (diff) | |
dsad
Diffstat (limited to 'cheat/internal_rewrite/visual_player.cpp')
| -rw-r--r-- | cheat/internal_rewrite/visual_player.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cheat/internal_rewrite/visual_player.cpp b/cheat/internal_rewrite/visual_player.cpp index 2bcc6d3..7d8336d 100644 --- a/cheat/internal_rewrite/visual_player.cpp +++ b/cheat/internal_rewrite/visual_player.cpp @@ -551,7 +551,7 @@ namespace features right_pos += 9;
}
else if( is_fake && g_ctx.m_local->is_valid( ) ) {
- if( ent->m_fFlags( ) & FL_ONGROUND && ent->get_anim_velocity( ).length2d( ) < 0.1f && !dormant && !g_settings.misc.hide_from_obs ) {
+ /*if( ent->m_fFlags( ) & FL_ONGROUND && ent->get_anim_velocity( ).length2d( ) < 0.1f && !dormant && !g_settings.misc.hide_from_obs ) {
float update = g_cheat.m_ragebot.m_lagcomp->get_flick_time( i );
float delta = ( ent->m_flSimulationTime( ) - update ) * 0.9f;
@@ -590,14 +590,14 @@ namespace features right_pos += 9;
}
- }
- else {
+ }*/
+ /*else {
draw_string( x_pos, y_pos, ALIGN_LEFT, false,
clr_t( 255, 255, 255, 255 * alpha ),
xors( "fake" ) );
right_pos += 9;
- }
+ }*/
}
if( !!g_cheat.m_ragebot.m_resolver->get_state( i ) && !dormant && g_ctx.m_local->is_valid( ) && g_settings.misc.hide_from_obs( ) ) {
|
