yes, thank you. I could do this, but I worked my problem. I dont use physX_close. I just call a function with following after proc_kill(16):
while(1)
{
physX_run(time_step/16);
wait(1);
}
Everything is working now laugh