I put a client_print in there to test and it constantly printed even when I wasn't pressing\holding voice com button. Or is that not what it's supposed to hook?
PHP Code:
{
client_print( sender , print_chat , "I am talking [%d:%d]" , sender , receiver );
// 'sender' is talking to 'receiver'
}
__________________