Black ops - Get Ammo Stats
Code:
0x2ab98100 + 0x044C = Primary_Ammo
0x2ab98100 + 0x0454 = Second_Ammo
0x2ab98100 + 0x045C = Nade__Ammo
0x2ab98100 + 0x0464 = Smoke__Ammo
0x2ab98100 + 0x0474 = Current Killstreaks
0x2ab98100 + 0x0484 = DoubleWeapon_Ammo_Right_Hand
0x2ab98100 + 0x048C = DoubleWeapon_Ammo_Left_Hand
other stats
Code:
typedef enum {
MATCHES_PLAYED,
SCORE,
TIME_PLAYED_TOTAL,
SCORE_PER_MINUTE,
RANKXP,
PLEVEL,
KILLS,
DEATHS,
KDRATIO,
ASSISTS,
CAPTURES,
RETURNS,
DEFENDS,
PICKUPS,
PLANTS,
DEFUSES,
DESTRUCTIONS,
MAX_STATS
} Player_stats_t;//PlayerSnap + 0x0064
Could you add a description on how to apply and where to apply these commands.