new dialog styles with formatting
#1

Is it possible to use format() to format each row with the new dialog styles? E.g:

Код:
enum weap_data
{
	weapname[10],
	weapid
}

new weapinfo[][weap_data] =
{
	{"Deagle",  24},
	{"Shotgun",  25},
	{"Micro Uzi",  28}
};
How would I use format() to create a tablist header dialog like this:

Код:
Weapon Name			Weapon ID
Deagle				24
Shotgun				25
Micro Uzi			28
Reply


Messages In This Thread
new dialog styles with formatting - by BeckzyBoi - 30.03.2015, 11:25
Re: new dialog styles with formatting - by Kar - 30.03.2015, 11:41
Re: new dialog styles with formatting - by rootcause - 30.03.2015, 11:43
Re: new dialog styles with formatting - by BeckzyBoi - 30.03.2015, 12:27

Forum Jump:


Users browsing this thread: 2 Guest(s)