Well it is very easy to STOP that. In G_Say make sure you move the Q_strncpyz( text, chatText, sizeof(text) ); line up towards the top. And you could add somthing like this: if (strlen(chatText) > MAX_SAY_TEXT) { return; } This only stops the cl...
[Read More]