Sounds retarded, but this remembers me on an old bug which I had. I figured a script_origin first started to work after settings the angles.

Try:

PHP Code:
org spawn("script_origin"origin);
org.angles = (0,0,0); // add this
org playsound("whizby"); // <----------- no working 
I used it back then for this: https://github.com/kungfooman/cod2_s...utils.gsc#L131