Find Solace in a Wall's Embrace 1.0
PlayerDescription
Find Solace in a Wall's Embrace
Description
This is an extremely simple script. It allows you to fully heal yourself by leaning against any wall (being in cover).
As this is a very simple script, the source code is included in the download. I hope anyone new to scripting for GTAV finds it useful.
The script is less than 30 lines long and can help beginners understand how to handle real-time conditions, such as "when the player is in cover".
The script has been coded in Visual Studio Community 2015.
REQUIREMENTS
.NET Framework 4.5.2
Visual C++ 2015
ScriptHookV
ScriptHookVDotNet
How to install
Extract HealByLeaningOnWall.dll into /Grand Theft Auto V/scripts/.
Do not put the source code file in /Grand Theft Auto V/scripts/ or the game will load it too, resulting in the script running twice. However, if you only place the source code in that scripts folder, you can edit it freely and the changes made to the file will be loaded next time ScriptHookVDotNet is reloaded, or you load a save. Still, I suggest using Visual Studio to edit scripts.
First Upload: November 12, 2024 Last Updated: November 12, 2024