Description
This simple resource add markers in front of all hospitals on the map, where players can get healed by stepping on them and pressing a button (default is E).
By default, this resource is Standalone. However, if you are using ND_Framework by Andy7666, you can detract money from players for using the healing pad.
To do so, simply set UseND to true in the config.lua. If you want, you can even set a custom price range.
You can also add more healing pads wherever you like and customize the markers and blips on the map.
Features
- Simple and standalone
- ND_Framework support
- Customizable price range (if using ND)
- Customizable markers and blips
Preview
Resmon
Context | CPU |
---|---|
Idle | 0.01 ms |
Peak | 0.04 ms |
Installation
- Rename the folder from
HealingPads-main
toHealingPads
- Drag the folder to your server resource folder
- Add
start HealingPads
orensure HealingPads
to your server.cfg
Changelog
v1.2
- Fixed bug where the healing pads blips on the map had a blank name
v1.1
- Optimized, cleaned, and updated code (Thanks to Andyyy7666)
v1.0
- Initial Release