View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 09-24-2018 , 19:15   Re: How to hide player on CSS radar
Reply With Quote #2

Quote:
Originally Posted by joshtrav View Post
It has been a long time...

I have searched quite a bit and found a few ways that don't seem to work in CSS. I just want to hide specific players for short durations on the radar. I am hooking settransmit and onpostthink for visibility and addonbits.

Anyone recall the best way?

I did read about flash duration and the m_bBombSpotted prop. Wasn't having any luck.
Let's break down the letters:

m_ - No clue, appears always.

b - boolian, translates to true or false, 1 or 0.
Bomb - BOMBBBBBBBBBBBB, C4, THE THING THAT EXPLODES
Spotted - Was it spotted by anybody?


Now look at the netprop I brought with sm_dump_netprops ( google the command if mine is wrong ) { You might need !rcon sm_dump_netprops and take the file from FTP }


m_bSpotted

It might need to be on prethink, post think or both. I don't know, that's your job to check.

When you finish, please send out the complete code for others to use in the future. ( If your code is private just post a simple new plugin demonstrating, so people like you next time will be able to find help )
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 09-24-2018 at 19:17.
eyal282 is offline