hello, how can I count the streamed players?
NarutoUA NarutoUA BH Team 692 1,557 15 Ноя 2014 #2 Uztor написал(а): hello, how can I count the streamed players? Нажмите для раскрытия... StreamedCount=0; while (true { for (int i = 0; i < SAMP_PLAYER_MAX; i++) { if (g_Players->iIsListed != 1) continue; if (g_Players->pRemote_Player == NULL) continue; StreamedCount++; } }
Uztor написал(а): hello, how can I count the streamed players? Нажмите для раскрытия... StreamedCount=0; while (true { for (int i = 0; i < SAMP_PLAYER_MAX; i++) { if (g_Players->iIsListed != 1) continue; if (g_Players->pRemote_Player == NULL) continue; StreamedCount++; } }