Bann Tool
#1

Hey i have made a tool some days ago and maybe you will need it for youre Server to ban Player

(It DeAcitvate the Character (set a_enable to 0)

Download: 2

Screen:

2

 

// I think you will get an Error then you try to select the Chars, if you get an Error please post it,

#2

i see u need to type the names in the textbox you could make it that if u select the user that it shows in the textbox

 

example:

private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
if (listBox1.SelectedIndex != -1)
{
string name = listBox1.SelectedItem.ToString();
textBox1.Text = name;
}
}

#3


i see u need to type the names in the textbox you could make it that if u select the user that it shows in the textbox

 

example:

private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
if (listBox1.SelectedIndex != -1)
{
string name = listBox1.SelectedItem.ToString();
textBox1.Text = name;
}
}

 

Oh nice i dont thought about that i will try it out now^^

 

// Edit : Done thank you

#4
thanks^^

#5
nice , have in site more is good u learn c## u can help make good tools for this Forum,

#6
Nice tool

#7
You should add a "Time Ban System": You choose how many time you want the player to be banned, when its over, the toon its unbanned automatically.

#8
Nice !!!! Smile

#9
nice nikola thx

#10

added to mediafire >.< 

 
 
 
 
 
2


Forum Jump:


Users browsing this thread: 1 Guest(s)