Input to ****
#1

How do that when you enter text it not show you numbers. it show * not the char.
Reply
#2

When inputting: You can't.
When typed: strreplace.
Reply
#3

Код:
for(new i = 0;i<strlen(text);i++){
if(text[i] >= '0' && text[i] <= '9')text[i] = '*';}
Reply
#4

i want make password typing like this
Reply
#5

You mean like a masked Textbox ? i think it isnt possible
Reply
#6

Quote:
Originally Posted by BlackFoX_UD_
You mean like a masked Textbox ? i think it isnt possible
Without a plugin, i think so, too. The text you want to mask isn't send yet then, so you actually cannot regulate this from out of the gamemode.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)