Search results

  1. B

    Help Changing SA-MP name-tag colors

    Thanks for the responses, everyone. For the player colors in R1, this is the code that worked: local colorPtr = samp_base + 0x216379 + (playerId * 4) The address offset that worked for me was 0x216379, not 0x216378. @GucciManeLaFlare, thanks a lot for the response. I'm sorry that I worded my...
  2. B

    Help Changing SA-MP name-tag colors

    0.3.7 R1 is fine.
  3. B

    Help Changing SA-MP name-tag colors

    I develop Lua mods for SA-MP but I'm unfamiliar with memory hacking. Someone with color blindness has asked me for a mod to automatically change specific name-tag colors to other ones. Since there's no function to change name-tag colors in the Moonloader API, I'm assuming that memory hacking is...
Top