char '^n' = new line, char x = tab space
hello, i need to know that tab space char.
I know that new line one was '^n' and for tab there was something similar. one more thing i created 2 string variables. inside of one variable (strvar1) i write example "test this text" and the ohter (strvar2) will be "and hope it works!" Now i set hudmessage just like this set_hudmessage(....) show_hudmessage( 0, "%s", strvar1 ) set_hudmessage(....) show_hudmessage( 0, "%s", strvar2 ) and the text will be : test this text and hope it works! i want to show one text with many colors. this is my way how i do it this right now with spaces PHP Code:
|
Re: char '^n' = new line, char x = tab space
^t
|
Re: char '^n' = new line, char x = tab space
Quote:
|
Re: char '^n' = new line, char x = tab space
Quote:
The only place that you might see a tab work is MOTD like you would expect is in an MOTD that does not use HTML. |
| All times are GMT -4. The time now is 05:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.