28.08.2011, 21:54
Hello guys,
i wanna to create a comment box in my server
i just created this input dialog
and now i want the submited comment to save in file
Scrptfiles/Comments/%s.txt
anyone to help pls help me!!
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; }
Scrptfiles/Comments/%s.txt
anyone to help pls help me!!