I might be wrong, but I expect some empty pointers:

at the end there is:
Code:
if(my.hinter==1&&my.vor==1){
c_trace(my.x,vector(my.x-8,my.y,my.z),IGNORE_ME);
if(you.hinter == 1){
...



c_trace sets the you pointer
so if you is set to NULL,
the following "if(you..." might crash.



Last edited by Roel; 06/11/11 13:06.

Check out the throwing game here: The throwing game