Search the Community
Showing results for tags 'HUD'.
-
-
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 reviews
-
- 6
-
-
- javascript
- JS
-
(and 4 more)
Tagged with:
-
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 -
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 -
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.