LCKB
Bann Tool - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Release Zone (https://lckb.dev/forum/forumdisplay.php?fid=190)
+---- Forum: Episode 1 Releases (https://lckb.dev/forum/forumdisplay.php?fid=191)
+----- Forum: Tools (https://lckb.dev/forum/forumdisplay.php?fid=163)
+----- Thread: Bann Tool (/showthread.php?tid=1089)



- Nikolee - 09-07-2012


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,




- HateMe - 09-07-2012


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;
}
}




- Nikolee - 09-07-2012



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




- halohalo - 09-09-2012

thanks^^




- Douglas Farias - 09-09-2012

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




- MrBeaN - 09-26-2012

Nice tool




- halohalo - 12-08-2012

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.




- tristan2 - 03-24-2013

Nice !!!! Smile




- IIMrSworDII - 03-30-2013

nice nikola thx




- IIMrSworDII - 03-30-2013


added to mediafire >.< 

 
 
 
 
 
2