pawn Код:
sscanf(params, "us[64]", Playerid3)
You are retrieving only the user id, the second parameter is not present. Use GetPlayerName to get his username. Also change your playerid to Playerid3 so the message is sent to the target, not the player executing command