Money

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

Money

Postby Stealth Kill » Thu May 10, 2007 9:22 pm

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
Stealth Kill
 
Posts: 83
Joined: Fri Dec 29, 2006 12:34 pm

Postby Urre » Fri May 11, 2007 9:21 am

This really is more of an Engine Coding topic.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon


Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 3 guests