ANTICHAT
(
https://forum.antichat.xyz/index.php
)
-
С/С++, C#, Rust, Swift, Go, Java, Perl, Ruby
(
https://forum.antichat.xyz/forumdisplay.php?f=24
)
- -
[mod_sa] count streamed players
(
https://forum.antichat.xyz/showthread.php?t=1306321
)
Uztor
15.11.2014 00:30
hello, how can I count the
streamed
players?
NarutoUA
15.11.2014 01:52
Цитата:
Сообщение от
Uztor
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++;
}
}
Uztor
15.11.2014 02:02
Thank you.
Время:
15:13