how to?
#1

Hello, i want to know how to do this:

that password MUST have min 5 max 15 words

i tried this

Код:
new words;
		words = inputtext[15];
Than i put this:

Код:
if(words < 5 || words > 15)
		{
		  new stri[128];
		  SendClientMessage(playerid, 0xff7000ff, "[System]: Password Must Be Long Beetween 5 and 15 words!");
		  format(stri,256,"Welcome %s to Kljukec's Roleplay Server.\n\nYour name is not registered yet so please enter \nthe password in box!\n\nIMPORTANT:The password must have 5-15 words ",name);
			ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Register",stri,"Register","Quit");
		  return 1;
		}
but it won't work normaly

how i can make this works ?
Reply


Messages In This Thread
how to? - by Lajko1 - 30.03.2010, 17:59
Re: how to? - by Jefff - 30.03.2010, 18:02
Re: how to? - by Lajko1 - 30.03.2010, 18:24
Re: how to? - by Nero_3D - 30.03.2010, 18:43
Re: how to? - by Lajko1 - 30.03.2010, 19:24
Re: how to? - by Nero_3D - 30.03.2010, 20:39

Forum Jump:


Users browsing this thread: 5 Guest(s)