How to create comment box and save?
#1

Hello guys,
i wanna to create a comment box in my server
i just created this input dialog
Код:
if(!strcmp(cmdtext, "/cbox", true))
	{
	    ShowPlayerDialog(playerid,30, DIALOG_STYLE_INPUT, "Server Comment Box", "Type your comment here.", "Submit", "Cancel");
	    return 1;
	}
and now i want the submited comment to save in file
Scrptfiles/Comments/%s.txt
anyone to help pls help me!!
Reply


Messages In This Thread
How to create comment box and save? - by HotPlayer - 28.08.2011, 21:54
Re: How to create comment box and save? - by HotPlayer - 28.08.2011, 21:59
Re: How to create comment box and save? - by Abreezy - 28.08.2011, 22:03
Re: How to create comment box and save? - by HotPlayer - 28.08.2011, 22:08
Re: How to create comment box and save? - by dreamworld - 28.08.2011, 22:22
Re: How to create comment box and save? - by IceCube! - 28.08.2011, 22:33
Re: How to create comment box and save? - by Abreezy - 28.08.2011, 22:56
Re: How to create comment box and save? - by dreamworld - 28.08.2011, 23:11
Re: How to create comment box and save? - by IceCube! - 28.08.2011, 23:13
Re: How to create comment box and save? - by Abreezy - 28.08.2011, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)