Quote Originally Posted by kung foo man View Post
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
i saw the use of .angles for "script_origin" somewhere when googling for this issue and i have tried it already.
also changing the sound to "bomb_tick" or the "american_yes_sir" instead of "whizby", while testing angles doesn't work.

maybe a script entity only plays sounds if it's linked to a client entity. will try again later.