Try:
Code:
new hudtext[400], len
len = format(hudtext,399," ^n")
len += format(hudtext[len],399-len,"1. GHW_Chronic ^n")
len += format(hudtext[len],399-len,"2. GHW_Chronic ^n")
len += format(hudtext[len],399-len,"3. GHW_Chronic ^n")
len += format(hudtext[len],399-len,"4. GHW_Chronic ^n")
I use this exact format for one of my plugins. Hope it helped.