Everything goes wrong today -.-
Now I copied the last frame to the first frame and the render issue is fixed. However i can't manage to update the hull to the 2nd frame(sorry if it has nothing to do with this thread) tongue

Php Code:
#include <acknex.h>
#include <default.c>

void actTest()
{
	wait(1);
	ent_animate(me, "explosion", 0, NULL);
	c_updatehull(me, 2);
}

int main()
{
	sky_color.red=50;
	sky_color.green=50;
	sky_color.blue=50;
	fps_max=60;
	level_load(NULL);
	ent_create("E_Plattform_A1_01.mdl", nullvector, actTest);
	return 0;
} 




If there is no problem in the code, here is the model is use:
http://dl.dropbox.com/u/6859456/E_Plattform_A1_01.mdl

I found a thread with a similar Problem but without solution
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=306571

Last edited by krial057; 02/28/12 21:37.