27.07.2009, 12:24 
	
	
	
		In my logs of server, all information save like:
But creates a big confusion lol
What i want is
I have this in code
\r and \n
In the wiki says it should work as I want, but does not work
why?
	
	
	
Quote:
| 
			 Information1 Information2 Information3  | 
What i want is
Quote:
| 
			 Information1 Information2 Information3  | 
pawn Код:
format(string, 30, "%s %d \r \n", pname, pip);
In the wiki says it should work as I want, but does not work
why?

