Hello everyone,
I need help with a script I got from a Arma 2 topic and I'm trying to use with arma 3.
I changed the player name option to the UID option that was given on the topic.
I changed the bit you put into the vehicle to this and it works:
veh = [this] execVM "vehiclelock.sqf";
But I also want the vehicles to keep there init after respawning so they are still locked after respawning. That is where I have trouble with.
~Thijs