Kriso_Anderson
Active member
- Joined
- Apr 27, 2014
- Messages
- 56
- Reaction score
- 1
I use gta iv hud, and i want to use normal health bar,armor bar,money and weapon info, i trying to find offsets for that but i didnt find
IF $XYZ == 24 // 24 would be the ID / integer of the desert-eagle
THEN
$pCurWeapon = "Desert-Eagle"
printf "%s" 1337 $pCurWeapon
END
IF $XYZ == 31 // 31 would be the ID / integer of the m4
THEN
$pCurWeapon = "M4"
printf "%s" 1337 $pCurWeapon
END
Soon you will be pro xDSo there is more than 1 way to get those infos (standard opcodes / sampfuncs opcodes / read memory).
....