Forum

> > CS2D > Scripts > utsfx script
Forums overviewCS2D overview Scripts overviewLog in to reply

English utsfx script

3 replies
To the start Previous 1 Next To the start

old utsfx script

floria
User Off Offline

Quote
Someone can do a fast and simple script like that:

Description;

- When a player respawn play this song: /sfx/... .wav

Thanks all!

old Re: utsfx script

useigor
User Off Offline

Quote
1
2
3
4
addhook("spawn","onspawn")
function onspawn()
	parse("sv_sound /sfx/... .wav")
end

old Re: utsfx script

floria
User Off Offline

Quote
user useigor has written
1
2
3
4
addhook("spawn","onspawn")
function onspawn()
	parse("sv_sound /sfx/... .wav")
end


How can i do to use it in other servers (autorun), i tryed but nothing...

old Re: utsfx script

useigor
User Off Offline

Quote
user floria, just type sound address without "/sfx/"
For example: if you want to play "ak.wav" then just write "weapons/ak.wav".
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview