View Single Post
TheAvengers2
BANNED
Join Date: Jul 2011
Old 04-15-2012 , 18:49   Re: [TF2] Getting an Event's Information
Reply With Quote #2

Each character of the "cappers" string is a player index. Perhaps there's only one person capping? If that's the case, then Buffer[1] is likely a null byte. Try to do Buffer[0] instead.

Or perhaps it's storing the ascii character for the client index? If that's the case, then most client indexes wouldn't be printable. You'll need to use %d to print it as a number instead.

Last edited by TheAvengers2; 04-15-2012 at 18:58.
TheAvengers2 is offline