GMS_RC/@GMS/addons/GMS/Compiles/Vehicles/fn_protectVehicle.sqf

22 lines
444 B
Plaintext
Raw Normal View History

2023-09-23 14:05:31 +00:00
/*
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 "\x\addons\GMS\Compiles\Init\GMS_defines.hpp"
2023-09-23 14:05:31 +00:00
params["_veh"];
if (GMSCore_modtype isEqualTo "Epoch") then
{
_veh call EPOCH_server_setVToken;
};