maddinat0r / samp-discord-connector

SA:MP plugin which controls a Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new DCC_User:user = DCC_FindUserByName(inputtext, "0");

Walter-Correa opened this issue · comments

After the new Discord update for usernames I am using new DCC_User:user = DCC_FindUserByName(inputtext, "0"); and it's working, but only with members of my channel, if I enter the name of any other user it always returns DCC_INVALID_USER.