09.10.2010, 02:27
sup,
I'm working on a "hold object studio" to help finding, placing, and rotating objects in SetPlayerHoldingObject. I wanted it to show the name of whichever model being viewed, so I made this! I will add search functionality in the future aswell.
This contains the names of 14831 model IDs and all the available bones.
Example usage:
Download: model_info.inc (908 kb)
I'm working on a "hold object studio" to help finding, placing, and rotating objects in SetPlayerHoldingObject. I wanted it to show the name of whichever model being viewed, so I made this! I will add search functionality in the future aswell.
This contains the names of 14831 model IDs and all the available bones.
Example usage:
pawn Код:
new
szBoneName[ MAX_BONE_NAME ],
szModelName[ MAX_MODEL_NAME ]
;
GetBoneName( 4, szBoneName );
GetBoneName( 1234, szModelName );