View Single Post
Author Message
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 01-25-2016 , 17:27   [CSGO] Radar ( '?' )
Reply With Quote #1

Hi everyone,

I succeed to remove the enemy positions on the radar, but there's still the marks '?':



How can I remove them easily?
>> What's the member of CCSPlayer:: that I'm missing?

Remark: the same problem appears with the bomber.

------------------------------------
I use for the moment:

PHP Code:
public void OnClientPutInServer(int iClient)
{
    
SDKHook(iClientSDKHook_PostThinkCPlayer__Think);
}

public 
void CPlayer__Think(int iClient)
{
    
SetEntProp(iClientProp_Send"m_bSpotted"0);
//  SetEntProp(iClient, Prop_Send, "m_bSpottedByMask", 0, _, 0); // ?
//  SetEntProp(iClient, Prop_Send, "m_bSpottedByMask", 0, _, 1); // ?

Thank you!

__________________
micapat is offline