11.11.2017, 10:57
I think it gets called when you're not near the player or so. I've opened npctest.pwn to look at the code, so the bot every some seconds gets your position, and checks if you're streamed in:
When i was away from the bot, it returned "I have 1 connected players with 0 streamed in"
PHP код:
format(msg,256,"I have %d connected players with %d streamed in",num_connected,num_streamed_in);
SendChat(msg);