02.05.2010, 21:02
How do I make sure a password is less that 10 letters?
??
Код:
if(inputtext > 10) { SendClientMessage(playerid, COLOR_RED, "That password is too long! (less than 10)"); return 1; }