Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
Use \n or /n or /t or \t for the new lines (forgot what one it is.) Then use {0F0F0F} and different colour codes for the colours.
Posts: 220
Threads: 37
Joined: May 2010
Reputation:
0
I don't need new lines i need to make it look like 2 separated columns (without using "_" symbols):
Melee:_____000/099
Pistols:____ 000/099
Shotguns:__000/099
So u can see if i use some symbols to separate columns - it looks badly. There must be some other way to format it.
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
So:
{FFFFFF}Melee: {FF0000}000/099\n
{FFFFFF}Pistols: {FF0000}000/099\n
{FFFFFF}Shotguns: {FF0000}000/099
Posts: 220
Threads: 37
Joined: May 2010
Reputation:
0
Read my upper post dude...
Posts: 748
Threads: 31
Joined: Dec 2011
Reputation:
0
soo what's the problem here ? i cant understand well what's the problem
Posts: 220
Threads: 37
Joined: May 2010
Reputation:
0
The problem is to make:
BEFORE:
Melee: 000/099
Pistols: 000/099
Shotguns: 000/099
AFTER:
Melee:_____000/099
Pistols:____ 000/099
Shotguns:__000/099
Without "_" and spaces.
Posts: 279
Threads: 4
Joined: Sep 2012