29.04.2010, 08:19
It didn't work, but I edited it a bit and got it to work.
Thank you for starting me off
pawn Код:
new pass[21]="********************";
new first[2];
strmid(first, input, 0, 1);
format(pass,24,"%s%s%s",first,pass[(22-strlen(input))],input[strlen(input)-1]);
print(pass);