View Single Post
BeetleFart
SourceMod Donor
Join Date: Apr 2004
Old 12-13-2004 , 13:48  
Reply With Quote #14

Quote:
Originally Posted by Fruchtzwerg
This should work. msg_type for SayText is 3 in CS:S. The format is:

Code:
pWrite->WriteByte(OwnerIndex);
pWrite->WriteString(message);
pWrite->WriteByte(bChat);
as you can see in the sdk.
I assume rmf is a valid recipient filter class. You have to write your own class for this. Get some sample stuff here: http://www.hl2coding.com/forums/viewtopic.php?t=31

Thanks Alot!!!!
I will start testing this out tonight, and yeah the recipient class is the one I got from that thread.
BeetleFart is offline