30.03.2015, 11:25
Is it possible to use format() to format each row with the new dialog styles? E.g:
How would I use format() to create a tablist header dialog like this:
Код:
enum weap_data { weapname[10], weapid } new weapinfo[][weap_data] = { {"Deagle", 24}, {"Shotgun", 25}, {"Micro Uzi", 28} };
Код:
Weapon Name Weapon ID Deagle 24 Shotgun 25 Micro Uzi 28