Просмотр полной версии : [mod_sa] count streamed players
hello, how can I count the streamed players?
NarutoUA
15.11.2014, 01:52
hello, how can I count the streamed players?
StreamedCount=0;
while (true
{
for (int i = 0; i iIsListed!= 1)
continue;
if (g_Players->pRemote_Player== NULL)
continue;
StreamedCount++;
}
}
vBulletin® v3.8.14, Copyright ©2000-2026, vBulletin Solutions, Inc. Перевод: zCarot