View Single Post
How to detect entity [properties] ?
Old
  (#1)
Tea
Guest
 
Status:
Posts: n/a
Default How to detect entity [properties] ? - 26-05-2004

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 ?
  
Reply With Quote