How to write \ simbols to mysql?
#8

PHP код:
new string[100] = "Hello|n world[...]";
new 
output[100];
format(outputsizeof(output), "%s"ReplaceNewline(string));
SendPlayerDialog(playeridDIALOG_STYLE_MSGBOX"Title"output"Ok"""); 
It's wrong. You have to write it like this:
PHP код:
new string[100] = "Hello|n world[...]";
ReplaceNewLine(string);
ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX,"Title",string,"Ok",""); 
Reply


Messages In This Thread
How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 18:17
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 19:07
Re: How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 19:08
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 19:28
Re: How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 20:05
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 22:21
Re: How to write \ simbols to mysql? - by StRaphael - 19.11.2018, 16:27
Re: How to write \ simbols to mysql? - by Mencent - 19.11.2018, 16:30
Re: How to write \ simbols to mysql? - by StRaphael - 19.11.2018, 16:44
Re: How to write \ simbols to mysql? - by Mencent - 19.11.2018, 17:00

Forum Jump:


Users browsing this thread: 3 Guest(s)