samp-discord-connector
samp-discord-connector copied to clipboard
new DCC_User:user = DCC_FindUserByName(inputtext, "0");
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
.