Quote:
Originally Posted by organizedKaoS
Should work better like this
Code:
new Str[64]
format(Str,63,"%s", g_szHeSound)
client_cmd(0, "spk %s", Str)
|
No. It's the same thing as client_cmd(0, "spk %s", g_szHeSound) only way more complicated.
you SHOULD use client_cmd(0, "spk ^"%s^"", g_szHeSound) like Zenith said.
the resuft with X: 0.9 and y: 0.9 is...