View Single Post
TesseracT
Junior Member
Join Date: Mar 2014
Old 03-24-2014 , 21:08   Re: [SNIPPET] Show Keys + Speclist
Reply With Quote #4

So it turns out the plugin was working correctly, however where the movement information should be displayed was glitchy. Instead it was displaying user infomration.

We commented out lines 151 to 156:

Quote:
// GetClientAuthString(iClientToShow, auth, sizeof(auth));
// CS_GetClientClanTag(iClientToShow, client_tag, sizeof(client_tag));
// Format(sOutput, sizeof(sOutput), "%sSteamID: %s\n", sOutput, auth);
// Format(sOutput, sizeof(sOutput), "%sName: %N\n", sOutput, iClientToShow);
// Format(sOutput, sizeof(sOutput), "%sClantag: %s\n", sOutput, client_tag);
// Format(sOutput, sizeof(sOutput), "%sJumps: %d\n", sOutput, g_iJumps[iClientToShow]);
And this has seemed to fix it, here is a recompiled version.

Last edited by asherkin; 03-24-2014 at 22:20. Reason: Removed binary, no source code.
TesseracT is offline