Hello
Is it possible to check this.
In my mod there are some problems like the rain ambience, it stop when client minimize cs and rain ambience sound start again when plugin call this client_cmd spk dir/file.wav
So if i know how to check this then i can do , when player minimize cs1.6 then he restore it and then is client_cmd Callrainamb
and
register_clcmd("Callrainamb", "pl_ambstart")
And rain sound working again
I found a one way
client_cmd(id, "bind h ^"+commandmenu;Callrainamb^"")
But this is slow hack and very crab, when client press h then he lisen 2 rain sound
Please help me