2 columns in a text dialog
#1


How can i format my text to make skills parameters (red numerals) go in a same column? If i use spaces it still looks messy, i wanna make a sharp divided list, something like this:

Melee:_____000/099
Pistols:____ 000/099
Shotguns:__000/099
Reply
#2

Use \t?
Reply
#3

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.
Reply
#4

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.
Reply
#5

So:

{FFFFFF}Melee: {FF0000}000/099\n
{FFFFFF}Pistols: {FF0000}000/099\n
{FFFFFF}Shotguns: {FF0000}000/099
Reply
#6

Read my upper post dude...
Reply
#7

soo what's the problem here ? i cant understand well what's the problem
Reply
#8

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.
Reply
#9

use \t
Reply
#10

Solved with double \t
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)