Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

MightyDutchLord

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About MightyDutchLord

  • Rank
    Rookie
  1. 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
  2. Trying to make this work with Arma 3 If I try to use: _null = [_vehiclename] execVM "vehiclelock.sqf"; In the vehicle it gives me the error: Local variable in global space. ---------- Post added at 18:32 ---------- Previous post was at 18:04 ---------- I got it to work now, I changed this bit to: veh = [this] execVM "vehiclelock.sqf"; But I also want the vehicles to keep there init after respawning so they are still locked after respawning.
×