I have is a short writing scripts which encrypts label.
There's just one problem ... That if you write accented letters in two piece star ejects. All other characters good.
These characters are: í, ű, á, é, ú, ő, ó, ü, ö ( Hungarian character )
addEventHandler("onClientGUIChanged", regpw, function(element)
local back= ""
for i = 1, string.len(guiGetText(regpw)), 1 do
back = back .. "*"
end
guiSetText(regpwlabel, back)
end)
( Sorry for writing errors. I know a little English. )
Question
SilentZone
Hi!
I have is a short writing scripts which encrypts label.
There's just one problem ... That if you write accented letters in two piece star ejects. All other characters good.
These characters are: í, ű, á, é, ú, ő, ó, ü, ö ( Hungarian character )
( Sorry for writing errors. I know a little English. )
Link to comment
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now