MatthewK Posted November 18, 2013 Report Share Posted November 18, 2013 Not sure if anyone else has reported this bug, maybe its just on my server.. But this is what happens when people buy the gaz vodnick ambulance from klen: Those of you that didn't get my reference: Link to comment Share on other sites More sharing options...
HARLAN Posted November 18, 2013 Report Share Posted November 18, 2013 this has been addressed in the next patch. if you want to fix it now, open the mission file, find mission.sqf and delete any sections that are "RoadCone" ... ... at your own risk. it would look like this (there are ~4 of them for the 2 at bash 2 at klen) _vehicle_746 = objNull; if (true) then { _this = createVehicle ["RoadCone", [4053.5063, 11671.443], [], 0, "CAN_COLLIDE"]; _vehicle_746 = _this; _this setDir 1.0253659; _this setPos [4053.5063, 11671.443]; }; Link to comment Share on other sites More sharing options...
MatthewK Posted November 18, 2013 Author Report Share Posted November 18, 2013 So it's the roadcone that is causing this? I guess I'll delete the road cones then :DThanks Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now