Exemple #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            string targetplr = textBox2.Text;

            api.DoBTools(targetplr);
        }
Exemple #2
0
        private void button15_Click(object sender, EventArgs e)
        {
            string player = textBox1.Text;

            api.DoBTools(player);
        }
Exemple #3
0
 //Gives your player btools
 //Quick command button using a pre-built command
 private void BtnBtools_Click(object sender, EventArgs e)
 {
     api.DoBTools();
 }