View Single Post
Old
  (#3)
MaStAbLaStA is Offline
Senior Member
 
Posts: 325
Join Date: Jul 2004
   
Default 08-02-2004, 07:09 AM

pak0> ui > hud_ammo_whatevergun...do dis

go to the bottom and add this line underneath name "weaponname"

[code:b9aad]title "GUN NAME HERE"[/code:b9aad]

then remove this line [code:b9aad]itemstat 1 // equipped weapon[/code:b9aad]

done.

eg.

[code:b9aad]//==================================================
// Weapon Name Display

resource
Label
{
name "weaponname"
title "AK-47"
//rect 0 95 200 22
rect 0 207 200 22
fgcolor 1.00 0.00 0.00 1.00
bgcolor 0.50 0.50 0.50 0.00
borderstyle "NONE"
textalign right
font facfont-20
}


end.[/code:b9aad]
  
Reply With Quote