Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Removing score hud?

Removing score hud?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
2 Posts 2 Posters 549 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • techboy04gamingundefined Offline
    techboy04gamingundefined Offline
    techboy04gaming
    wrote on last edited by
    #1

    Is it possible to remove the original scores from the hud? I want to make the player see their own points easily regardless of the amount of players. I have the players score hud code already made, I just need to remove the original score.

    JezuzLizardundefined 1 Reply Last reply
    0
    • JezuzLizardundefined Offline
      JezuzLizardundefined Offline
      JezuzLizard Plutonium Staff
      replied to techboy04gaming on last edited by
      #2

      techboy04gaming Its not possible to remove the score hud since it is determined in the .lua files. Currently there is no lua compiler for bo2, nor does redacted or pluto support loading lua files as of right now. It is possible to disable the hud completely like hardcore mode though.

      You can use either:
      self setclientuivisibilityflag( "hud_visible", 0 );
      or
      self setclienthudhardcore( 1 );
      where self is the player.

      Do note that having too many hud elems can cause an string overflow which kicks players out randomly without an overflow fix.

      1 Reply Last reply
      0

      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Donate