GMS_RC/@GMS/addons/GMS/Compiles/Vehicles/fn_protectVehicle.sqf
2023-09-23 10:05:31 -04:00

22 lines
435 B
Plaintext

/*
By Ghostrider-GRG
Copywrithe 2022
--------------------------
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["_veh"];
if (GMSCore_modtype isEqualTo "Epoch") then
{
_veh call EPOCH_server_setVToken;
};