Sorry fellows, I am going crazy. Totally blacked out.
Some bros, please have a look...
This is some code. I just want to try out vec_for_screen.
I load a level, with existing camera... and always get a crash.
What is wrong with this lines???!?!?!
E1515 invalid arguments in start_the_menu


VECTOR* testvec = {x=500; y=500;z=500;}
function start_the_menu()
{
level_load("leer_lev.wmb");

vec_set(camera,vector(0,0,0));
camera.pan=100;
camera.tilt=5;

wait(2);


vec_for_screen(testvec,camera);

}





Last edited by alpha_strike; 12/15/09 21:52.