Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Go to function
  2. void CRadar::OnRender()
  3. in radar.cpp
  4.  
  5. Replace
  6. if ( Settings::Radar::rad_Active || bIsGuiVisible )
  7.  
  8. With
  9. if ( Settings::Radar::rad_Active && IsLocalAlive() || bIsGuiVisible )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement