Dialog scripting
#1

What i want is - After a player writes something in the INPUT dialog, it will save in a .log file at scriptfiles. But only the text, i don't want to save the players name etc. There the dialog i got

Код:
if(dialogid == 12347)
		{
			if(response)
			{
 				new regstring[128];
				new regname[64];
				GetPlayerName(playerid,regname,sizeof(regname));
				format(regstring,sizeof(regstring),"%s. Du hast dich erfolgreich registriert",regname);
				ShowPlayerDialog(playerid,12349,DIALOG_STYLE_INPUT,"{0080C0}Highness RolePlay","How did you find us?","Next","");
			}
		}
As said, i want to save the text every player writes there, but it should always make new line if possible
Reply


Messages In This Thread
Dialog scripting - by Skank - 20.09.2011, 09:34
Re: Dialog scripting - by Mean - 20.09.2011, 09:53
Re: Dialog scripting - by Skank - 20.09.2011, 10:04
Re: Dialog scripting - by Skank - 20.09.2011, 10:16
Re: Dialog scripting - by aRoach - 20.09.2011, 10:32
Re: Dialog scripting - by Skank - 20.09.2011, 10:47
Re: Dialog scripting - by aRoach - 20.09.2011, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)