Our forum is going offline at the end of July. We suggest moving all discussions to Discord. Exile will stay on Steam. Thanks for a great time!
Jump to content
Question
1 answer to this question
Create an account or sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now
Bring the following files to mission.pbo: (add them to the mission/config.cpp)
ExileClient_object_vehicle_network_lockVehicleRequest.sqf
ExileClient_object_vehicle_network_lockResponse.sqf
change in both files:
_vehicle = objectFromNetId _vehicleID;
to
_vehicle = _vehicleID;
_vehicleID is already object, no need to look for it.
YAY!!!!
Share this post
Link to post
Share on other sites