AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved How to write tab to WriteFileLine (https://forums.alliedmods.net/showthread.php?t=304526)

eyal282 01-18-2018 07:24

How to write tab to WriteFileLine
 
When using WriteFileLine, is there any way in the format rules to write indent rule of tab? I don't want four spaces, only tab.

And while at it, how to use quotes in the formatting rules?

Franc1sco 01-18-2018 07:39

Re: How to write tab to WriteFileLine
 
Try \t

For quotes is \"

eyal282 01-18-2018 08:33

Re: How to write tab to WriteFileLine
 
Quote:

Originally Posted by Franc1sco (Post 2572692)
Try \t

For quotes is \"

Solved.

Code:

Format(Tab, sizeof(Tab), "        {");


All times are GMT -4. The time now is 07:09.

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