Quote:
Originally Posted by MPZooey
did i miss something sir? correct me if im wrong pls  i just made mine like that and its work for me to hide the online players  or release the good one 
|
can be sprintf_s in newer compilers
you're passing an extra arg from the previous %s you removed.
And by default it is there already and he wants to remove the online player count being shown.
Anyway, by default it should just say - normal, or - busy or - full. The amount counter is someone adding that cause you're using lCount instead which probably is looking like
Code:
sprintf( lpString, "%s(%d\%d Online)", g_dpCertified.m_aServerset[j].lpName, g_dpCertified.m_aServerset[j].lCount, g_dpCertified.m_aServerset[j].lMax );
Just comment it out and use the original code which is probably commented out in the source you have.