Hi Epvpers there is a release on online buff bonus stats here?
or any source release here have that features.
thanks
or any source release here have that features.
thanks
int nCount = g_UserMng.GetCount();
if (dwTick > m_dwTickBuffServer)
{
if (nCount >= 100)
{
DoBuff
}
}
First of all, that is silly.Quote:
Here is a tip
Code:int nCount = g_UserMng.GetCount(); if (dwTick > m_dwTickBuffServer) { if (nCount >= 100) { DoBuff } }