Forum

> > CS2D > Scripts > Sv_soundpos
Forums overviewCS2D overview Scripts overviewLog in to reply

English Sv_soundpos

3 replies
To the start Previous 1 Next To the start

old Sv_soundpos

Mora
User Off Offline

Quote
I'm interesting now, how's working atm.
i'm writing:
1
parse("sv_soundpos weapons/knife_hit.wav "..self.x.." "..self.y)
self.x
and
self.y
are just numbers in x, y
but the documentations says something about (0 - X).. how to make it there?
I hear no sound then i leave it so.

old Re: Sv_soundpos

Masea
Super User Off Offline

Quote
1
parse('sv_soundpos "weapons/knife_hit.wav" '..self.x..' '..self.y)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview