GMS_RC/GMS/Compiles/Vehicles/GMS_fnc_applyVehicleDamagePenalty.sqf

14 lines
379 B
Plaintext
Raw Normal View History

2023-04-20 02:47:10 +00:00
/*
By Ghostrider-GRG-
--------------------------
License
--------------------------
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
http://creativecommons.org/licenses/by-nc-sa/4.0/
*/
#include "\GMS\Compiles\Init\GMS_defines.hpp"
params["_vk"];
_vk setDamage ((damage _vk) + GMS_RunGearDamage);