Quote:
Originally Posted by g_aSlice
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( "}" );
|
That made me laugh, I didn't even think of that. I love the way your scripts are; very effective, short(mostly) and just amazing.
If I had to make this I'd probaly was copy and pasting from the wiki, I never even thought about your method lol.