Aight, how do i make the info in my ini banlist file read into my dialog? Ive tried numerous things, but nothing works. Thanks,
--SpAzZ--
dialog hsb {
title "((~))Hydro Scriptaz Banlist dialog((~))"
size -1 -1 128 74
option dbu
list 1, 2 2 82 56, size
button "Add User", 2, 88 2 38 12, flat
button "Remove User", 3, 88 16 38 12, flat
button "Ban User", 4, 88 30 38 12, flat
button "Refresh List", 5, 88 44 38 12, flat
button "Done", 6, 2 60 124 12, flat ok
}
on *:dialog:hsb:init:0:{
}
on *:dialog:hsb:sclick:2:{
dialog -m add add
}
on *:dialog:hsb:sclick:3:{
remini(banlist.ini, n, banlist, $did(hsm,1).seltext
/refreshlist
}
on *:dialog:hsb:sclick:4:{
access $chan add deny $did(hsm,1).seltext
}
on *:dialog:hsb:sclick:5:{
/refreshlist
}