why dosnt this work?
#8

Quote:
Originally Posted by dark_clown
Посмотреть сообщение
where do i create?
pawn Код:
new dialog 10?
on the top?
but the dialog appears it just dosnt create the dini
It doesn't create the dini because the dialogid is not 9.

You've got:

pawn Код:
if(dialogid == 9)
but due to the fact that you used

pawn Код:
ShowPlayerDialog(playerid,10,DIALOG_STYLE_INPUT,"Register","Welcome \n We see you want to register\nPlease enter a password below","Register","Cancel");
it has to be like

pawn Код:
if(dialogid == 10)
This might help you, too. Watch the second parameter.
Reply


Messages In This Thread
why dosnt this work? - by dark_clown - 07.11.2010, 18:08
Re: why dosnt this work? - by willsuckformoney - 07.11.2010, 18:12
Re: why dosnt this work? - by dark_clown - 07.11.2010, 18:13
Re: why dosnt this work? - by DeathOnaStick - 07.11.2010, 18:15
Re: why dosnt this work? - by dark_clown - 07.11.2010, 18:15
Re: why dosnt this work? - by DeathOnaStick - 07.11.2010, 18:17
Re: why dosnt this work? - by dark_clown - 07.11.2010, 18:17
Re: why dosnt this work? - by DeathOnaStick - 07.11.2010, 18:20
Re: why dosnt this work? - by dark_clown - 07.11.2010, 18:21
Re: why dosnt this work? - by The_Moddler - 07.11.2010, 18:27
Re: why dosnt this work? - by dark_clown - 07.11.2010, 18:30
Re: why dosnt this work? - by dark_clown - 07.11.2010, 20:11
Re: why dosnt this work? - by WillyP - 07.11.2010, 20:14
Re: why dosnt this work? - by The_Moddler - 07.11.2010, 23:22

Forum Jump:


Users browsing this thread: 2 Guest(s)