private void button21_Click(object sender, EventArgs e) { string player = textBox1.Text; api.ConsoleWarn(player); }
private void button13_Click(object sender, EventArgs e) { string console = textBox2.Text; api.ConsoleWarn(console); }