Okay, thanks for answers... but how i can get this:

I get crash if i use action
Code:
action box_newt()
{
	newton_addentity(me, 75, NEWTON_BOX, onforceandtorque);
}



But everything works fine with
Code:
action box_newt()
{
	wait(3);
	newton_addentity(me, 75, NEWTON_BOX, onforceandtorque);
}



newton_addentity() calls some functions from DLL... at the first look, they are not loaded while calling them, without "wait"


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro