Jump to content

Search the Community

Showing results for tags 'HUD'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • RAGE Multiplayer
    • Announcements
    • Discussion
    • Suggestions
  • Scripting
    • Scripting
    • Resources
  • Community
    • Support
    • Servers
    • Media Gallery
  • Non-English
    • Русский - Russian
    • Français - French
    • Deutsch - German
    • Espanol - Spanish
    • Română - Romanian
    • Portuguesa - Portuguese
    • Polski - Polish

Categories

  • Scripts
  • Gamemodes
  • Libraries
  • Plugins
  • Maps
  • Tools

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Youtube


Skype


Web


VK

Found 6 results

  1. Version 1.0.0

    499 downloads

    Only tested on 1.1 When the player is ready it invokes the natives and sets the pause menu title text. To change the colour or text please read the comments in hud.js It replaces the weapon wheel colour and pause menu accent colour Example These examples used { r: 255, g: 0, b: 0 } Github repo: https://github.com/Dankyss/RageMP-Custom-Hud-Colour-and-Title
  2. Version 1.0.0

    1115 downloads

    What is this? This is a simple money HUD for rage It is easy to add and use in your existing application or a new one! It is very similiar to SAMP's money HUD It contains nice animations on money adding/removing (Check the included GIF) How to install? Extract the MoneyHUD.js file in your client_packages and include it in your index.js require('./MoneyHUD.js'); Note This was created in version 0.3.7 How to use? Call event moneyhud:set on player initialization/connect to initialize player's starting money - Example: client.TriggerEvent("moneyhud:set", 5000); Call event moneyhud:add to add money to the HUD - Example: client.TriggerEvent("moneyhud:add", 1500); Call event moneyhud:remove to remove money from the HUD - Example: client.TriggerEvent("moneyhud:remove", 1500); Extra settings You can change the MINIMUM_LENGTH constant to determine how long should the money HUD be by minimum
  3. Hi, i am developing a user interface for my server and faced the following question. Can I replace the health and stamina bar? How can this be done?
  4. Version 1.0.0

    83 downloads

    Hey ! So this script adds simply a Rainbow Text usefull for display some text like ur discord server or server name ... Installing: Just drag the RainbowText folder to ur client_package and don't forget to add the require('RainbowText/rainbowtext.js'); to ur index.js Notes: I’ve done my best to explain to you everything you need to know about the code. If you have any questions, just post it. The script can probably be improved, I’m still new to JS I’m learning from day to day, if you have any advisors do not hesitate. 😅 For french people just go to my Github to see how the installation work or just translate it lul 😋: https://github.com/SuperCoolNinja/SimpleRainbowText
  5. Hello Guys, Few months ago I made a simple HUD for something, but I kind of cancelled it. So I thought I can share it off with you guys. Server-side: Client-side: Interacting with the HUD: 1) a Command to toggle the HUD. (/hud). 2) a Event to create the hud. (Createhud). Call the event anywhere you want. Screens: The Icons aren't available At the Moment. (Will be fixed in later fixes) Thank you for seeing the topic. Having any problems? Post your issue in the topic.. Best Regards, Captien.
×
×
  • Create New...