Ok this is the code im using
jeep1 = "jeep" createVehicle [0,0,0];
_user = _this select 0
_id = _this select 2
jeep1 setpos [(getpos trooper2 select 0)+1, (getpos trooper2 select 1)+1, getpos trooper2 select 2]
_user removeaction _id
jeep1 lock false
But when it spawns its locked!! and it dosent give me the option to get in can somebody help please
EDIT:
nvm fixed it