brightness

  1. DREDD

    clrRender Brightness

    With this, you can change the brightness of the chams. DWORD modelAmbientMin = 0x58BBAC; //r_modelAmbientMin (Cvar) void Chams( float r, float g, float b, float brightness ) { for ( int x = 1; x < 32; x++ ) { dwEntityList = Mem.Read<DWORD>( dwClientBase...
Top