Hello Friends, I'll show you how to make an invisible backpacksearch for
Follow these steps
Code:REG_VAR( d_disable_game_hud, false, 0 );
add bellow
Code:REG_VAR( d_disable_backpacks_draw, false, 0 );//DouglasPRO:: Disable backpack drawing... !
search for Repetition structure
Code:for(int i=0; i<=SLOT_Backpack; i++)
Replace to
Code:for(int i=0; i<=SLOT_Backpack; i++) //DouglasPro:: Disable BackPack, This logic will cause the player who uses the backpack ID 20178 to become invisible { if((d_disable_backpacks_draw->GetBool() || player->CurLoadout.BackpackID == 20178) && i == SLOT_Backpack) continue; DrawSlot((ESlot)i, CharMat, dt, true, first_person, NULL);//DouglasPro:: fuck haters... }





Reply With Quote![[Tutorial] Invisible BackPack system 'All Sources'](http://ragezone.com/hyper728.png)

