lstrsrt

Results 1 comments of lstrsrt

You can hook IVEngineClient::ClientCmd (https://github.com/perilouswithadollarsign/cstrike15_src/blob/master/public/cdll_int.h#L332) and check if szCmdString starts with "say". If yes, the rest of the string is the chat message. You can then change the string to...