function lbCheck()
local get_text = e.Text
if get_text == nil or get_text == "" then
a.clear()
else
filter_letter = string.sub(get_text, 1, 3)
a.clear()
for x = 1, #cheatlist do
ls = string.sub(cheatlist[x],1,3)
if string.lower(ls) == filter_letter or string.upper(ls) == filter_letter then
a.Items.Add(cheatlist[x])
end
end
end
end
f.Show()
e.OnChange = lbCheck
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum