PDA

View Full Version : 317 HD dead emote



owner blade
June 19th, 2010, 10:42
YOU MUST HAVE THE NEW 474 ANIMATION HEADER WORKING....

Video:
Only the registered members can see the link.

Heres the animation config

if(j == 7185){
int file = 1816;
if(FrameStart[file] < 1)
Class36.Animation01(false, file);

int[] frames = {170,416,6,31,155,38,77,281,229,294,132,326,340,43 ,314,398,449,316,238,75,312,141,433,30,44,47,47,26 4,131,29,248,118,298,175,297,0};
int[] delays = {4,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 ,50,4,4,4,4,4,4,4,4,500,0};
aClass20Array351[j].anInt352 = frames.length-1;
aClass20Array351[j].anIntArray353 = new int[frames.length-1];
aClass20Array351[j].anIntArray354 = new int[frames.length-1];
aClass20Array351[j].anIntArray355 = new int[frames.length-1];
for(int i2 = 0; i2 < frames.length-1; i2++){
aClass20Array351[j].anIntArray353[i2] = frames[i2]+FrameStart[file];
aClass20Array351[j].anIntArray354[i2] = -1;
aClass20Array351[j].anIntArray355[i2] = delays[i2];

}

KoRn
June 21st, 2010, 09:52
Nice !

And first post. :)