Hello
It's still works?
I test and this is not work on my server
Address g_aCanBeSpotted = view_as<Address>(892); //windows 868 -> address has not changed after update?
Linux
#EDIT
If you have the same problem what I, use this
Code:
int offset = FindSendPropInfo("CBaseEntity", "m_bSpotted");
if (offset <= 0)
{
SetFailState("Can't get m_bSpotted offset");
}
g_aCanBeSpotted = view_as<Address>(offset - 4);