so
Code:
AcceptEntityInput(obj, "SetBuilder", client);
and
Code:
SetEntPropEnt(obj, Prop_Send, "m_hBuilder", client);
are both needed?
Also, where is
Code:
SetEntProp(obj, Prop_Send, "m_iTeamNum", team);
and
Code:
SetVariantInt(team);
AcceptEntityInput(obj, "TeamNum");
?
__________________