allyaminou / target-ui-pulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Target UI Pulse Update

Little Different UI for ox_target/qtarget/qb-target

Credits

The UI was inspired and full credit to Naiko with the showcase of the Enhanced HUD

Installation

  • Copy And Replace your target folder with the one in the download (Don't delete anything, just overwrite it)
  • Restart your target
  • Enjoy

Changing Colors

  • Makes the thin circle line when not active
#eye {
  border: 1px solid #ffffff;
}
  • Each option (Sets the text and the background color)
#options-wrapper li a {
  color: #181b20;
  background: white;
}

Screenshots

1Target 2Targets MutipleTargets Select

About

License:MIT License


Languages

Language:CSS 63.9%Language:JavaScript 21.1%Language:HTML 10.2%Language:Lua 4.8%