Сообщение от help
FindChild ( entity,child_name$ )
Parameters:
entity - entity handle
child_name$ - child name to find within entity
Description:
Returns the first child of the specified entity with name matching child_name$.
|
body=FindChild (player,body)
gun=FindChild (player,gun)