Help with DIALOG_STYLE_INPUT
#2

replace it


format(string,256,"Your email is : %d",email);
SCM(playerid,COLOR_YELLOW,string);


of this


format(string,256,"Your email is : %s",email);
SCM(playerid,COLOR_YELLOW,string);


the format %s is string (mail) and not number %d (integer)
Reply


Messages In This Thread
Help with DIALOG_STYLE_INPUT - by CaTaLinU - 28.08.2012, 16:50
Re: Help with DIALOG_STYLE_INPUT - by avivelkayam - 28.08.2012, 16:52
Re: Help with DIALOG_STYLE_INPUT - by FalconX - 28.08.2012, 16:52

Forum Jump:


Users browsing this thread: 1 Guest(s)