[Include] ALL model names (and bone names)
#1

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:
pawn Код:
new
    szBoneName[ MAX_BONE_NAME ],
    szModelName[ MAX_MODEL_NAME ]
;

GetBoneName( 4, szBoneName );
GetBoneName( 1234, szModelName );
Download: model_info.inc (908 kb)
Reply


Messages In This Thread
ALL model names (and bone names) - by Slice - 09.10.2010, 02:27
Re: ALL model names (and bone names) - by edit - 09.10.2010, 02:29
Re: ALL model names (and bone names) - by [HiC]TheKiller - 09.10.2010, 04:04
Respuesta: ALL model names (and bone names) - by MrDeath537 - 09.10.2010, 04:28
Re: ALL model names (and bone names) - by CyNiC - 09.10.2010, 17:46
Re: ALL model names (and bone names) - by samgreen - 09.10.2010, 20:13
Re: ALL model names (and bone names) - by [4k]Wang - 09.10.2010, 22:29
Re: ALL model names (and bone names) - by playbox12 - 10.10.2010, 14:53
Re: ALL model names (and bone names) - by LarzI - 18.10.2010, 08:12
Re: ALL model names (and bone names) - by Slice - 18.10.2010, 09:07

Forum Jump:


Users browsing this thread: 1 Guest(s)