Draw ammo_money in the HUD
Moderator: InsideQC Admins
3 posts
• Page 1 of 1
Draw ammo_money in the HUD
Hi,
is it possible to draw the ammo_money to the HUD?
i tried to replace ammo_cells with ammo_money but it doesn´t work.
is it possible to draw the ammo_money to the HUD?
i tried to replace ammo_cells with ammo_money but it doesn´t work.
- Stealth Kill
- Posts: 83
- Joined: Fri Dec 29, 2006 12:34 pm
FrikQCC notation:
var .float ammo_money = ammo_cells;
Precompiler notation:
#define ammo_money ammo_cells
Standard qc notation:
just use ammo_cells whenever you mean ammo_money and just ignore the fact that you have a clumsy name for the field. This is meant to be QC, afterall.
var .float ammo_money = ammo_cells;
Precompiler notation:
#define ammo_money ammo_cells
Standard qc notation:
just use ammo_cells whenever you mean ammo_money and just ignore the fact that you have a clumsy name for the field. This is meant to be QC, afterall.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest