Forum

> > CS2D > Scripts > utsfx script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch utsfx script

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt utsfx script

floria
User Off Offline

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

Description;

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

Thanks all!

alt Re: utsfx script

useigor
User Off Offline

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

alt Re: utsfx script

floria
User Off Offline

Zitieren
user useigor hat geschrieben
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...

alt Re: utsfx script

useigor
User Off Offline

Zitieren
user floria, just type sound address without "/sfx/"
For example: if you want to play "ak.wav" then just write "weapons/ak.wav".
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht