Hi
i have added this ti my progs.dat
http://www.inside3d.com/showtutorial.php?id=128
works fine but can I make the Money draw on the screen with pics?
like the health and armor.
it should be drawed into the sbar.
{
if (cl.items & IT_MONEY)
Sbar_DrawPic (224, 0, sb_money[0]);
}
Sbar_DrawNum (248, 0, cl.stats[STAT_MONEY], 3,
cl.stats[STAT_MONEY] <= 10);
help me please