This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Source Code CS2 NoFlash

TorDB.xyz Owner & Developer
User ID
79083
Messages
6
Reactions
5
Level
1
Code:
SCHEMA( float, flash_duration, "C_CSPlayerPawnBase", "m_flFlashDuration" )[/ICODE]

[ICODE]    auto pawn = c_base_player::get_local_player< c_base_player_pawn * >( 0 );

    if ( !pawn )

        return;

    if ( config::context.no_flash )

pawn->flash_duration() = 0.f;
 
Last edited by a moderator:

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.