i'm writing:
1
parse("sv_soundpos weapons/knife_hit.wav "..self.x.." "..self.y)
self.xand
self.yare 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.
parse("sv_soundpos weapons/knife_hit.wav "..self.x.." "..self.y)
self.xand
self.yare just numbers in x, y
parse('sv_soundpos "weapons/knife_hit.wav" '..self.x..' '..self.y)