Help making nametag mod

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
I want to make nametag mod to 0.3z, the mod is when you look a player, you don't look the hp bar and their nametags, i think springfield or somebody do this in 0.3x, but now in 0.3z no work...


I think this can help but i don't know...

SAMP_DISABLE_NAMETAGS 0x86770
SAMP_DISABLE_NAMETAGS_HP 0x85670

Somebody can do this for me, or help me to do, i want in .cs or .asi...
 

BBB

Active member
Joined
Apr 5, 2013
Messages
62
Reaction score
1
you got the right addresses, now you can do this on your own
use cheatengine, you just need to write memory

disable nametag/hp:
- set byte "samp.dll+86770" to 0xC3
- set byte "samp.dll+85670" to 0xC3

enable nametag/hp:
- set byte "samp.dll+86770" to 0x55
- set byte "samp.dll+85670" to 0x55

btw distance hacks work similar, just other addresses ;-)
good luck
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
BBB link said:
you got the right addresses, now you can do this on your own
use cheatengine, you just need to write memory

disable nametag/hp:
- set byte "samp.dll+86770" to 0xC3
- set byte "samp.dll+85670" to 0xC3

enable nametag/hp:
- set byte "samp.dll+86770" to 0x55
- set byte "samp.dll+85670" to 0x55

btw distance hacks work similar, just other addresses ;-)
good luck
But the problem is i dont know where to put this... for put in .asi i don't know nothing o_O, in CLEO im learning but im noob...
 
Top