AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Solved Write a long row in a line with " (https://forums.alliedmods.net/showthread.php?t=325824)

4ever16 07-07-2020 14:52

Write a long row in a line with "
 
So im creatin a plugin but have a problem.

I get error "invalid charecter constant"

My code looks like this

PHP Code:

 formatex(writedata,127,"new const code = "lol.txt";^n new g_szFile[sizeof FILE_PATH + 23];"

I need to escape " charecter in "lol.txt" how do i do that?

I have tried ^"lol.txt"^ but it doesnt help.

OciXCrom 07-07-2020 14:55

Re: Write a long row in a line with "
 
^"lol.txt^"

^ always goes before "

4ever16 07-07-2020 14:57

Re: Write a long row in a line with "
 
Thanks worked!


All times are GMT -4. The time now is 00:40.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.