Code:
if (strcmp("dod_control_point", item_name) == 0)
I can use this code to detect a control point, however, I need more information of this control point, I knew the dod_control_point have more properties like :
point_allies_model
point_allies_model_bodygroup
point_allies_target
point_allies_win_string
etc......
But how can I detect it ?