Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on FCNPC_OnStreamIn #45

Closed
Tyrar opened this issue Jan 24, 2017 · 0 comments
Closed

Issue on FCNPC_OnStreamIn #45

Tyrar opened this issue Jan 24, 2017 · 0 comments
Labels

Comments

@Tyrar
Copy link

Tyrar commented Jan 24, 2017

Hello,

I have just noted that only one player can be streamed by a bot.

I spawned 2 bots side by side, and the callback has been called just one time (for one NPC) when I walked next to tne npc.

public FCNPC_OnStreamIn(npcid, forplayerid)
{
    printf("Player(%d) streamed in by NPC(%d)", forplayerid, npcid);
    Bot_AddPlayerStreamed(npcid, forplayerid);
}

Thanks for your help !

ziggi added a commit that referenced this issue Feb 4, 2017
@ziggi ziggi closed this as completed Feb 4, 2017
@ziggi ziggi added the bug label Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants