Quote:
Originally Posted by damage220
How should I use this message? I cannot get it to work.
PHP Code:
message_begin(MSG_ONE, SVC_STOPSOUND, {0, 0, 0}, pid);
write_short(pid);
message_end();
According to the doc:
Am I correct to think that this is server side alternative to "stopsound" console command?
|
client_cmd( id, "stopsound" );
should work to stop the ambient sound, i tested