Quote:
|
message_begin(MSG_ONE_UNRELIABLE, msg_SendAudio);
|
If you are using MSG_ONE you must provide reciever id, like this:
Quote:
|
message_begin(MSG_ONE_UNRELIABLE, msg_SendAudio, _, id);
|
or, if you send for all:
Quote:
|
message_begin(MSG_BROADCAST, msg_SendAudio);
|
Also, for the pitch, in the amxcost file defined values exist.
__________________