All animations in an enum
#7

Quote:
Originally Posted by Grim_
Посмотреть сообщение
Jeez how long did that take you?!
About 2 minutes.

pawn Код:
new szAnimLib[ 32 ], szAnimName[ 32 ];

print( "enum" );
print( "{" );

for ( new i = 0; i <= 1811; i++ )
{
    GetAnimationName( i, szAnimLib, sizeof( szAnimLib ), szAnimName, sizeof( szAnimName ) );
   
    printf( "%s_%s, // %d", szAnimLib, szAnimName, i );
}

print( "}" );
Reply


Messages In This Thread
All animations in an enum - by Slice - 30.08.2010, 23:10
Re: All animations in an enum - by DiddyBop - 30.08.2010, 23:12
Re: All animations in an enum - by Slice - 31.08.2010, 08:24
Re: All animations in an enum - by LarzI - 31.08.2010, 10:19
Re: All animations in an enum - by Grim_ - 31.08.2010, 10:23
Re: All animations in an enum - by LarzI - 31.08.2010, 10:29
Re: All animations in an enum - by Slice - 31.08.2010, 17:54
Re: All animations in an enum - by playbox12 - 02.11.2010, 17:01
Re: All animations in an enum - by Miguel - 02.11.2010, 17:07
Re: All animations in an enum - by Slice - 02.11.2010, 17:25

Forum Jump:


Users browsing this thread: 4 Guest(s)