View Single Post
ozrich
AlliedModders Donor
Join Date: Oct 2015
Old 04-19-2019 , 10:58   Re: Undefined Symbol errors
Reply With Quote #9

Thanks Asherkin, it's used in this

PHP Code:
public hideBot(any client)
{
    
SetEntProp(clientProp_Data"m_takedamage"01);
    
SetEntData(clientg_iCollOff24true);
    
set_rendering(clientg_Effect000g_Render0);

__________________
ozrich is offline