Senor Dav3 0 Posted August 11, 2019 (edited) Well, first i had issues getting the unitcapture to record the data and now its not re playing it, it shows an error of an unknown variable but there is nothing in that spot. Error in-game: https://gyazo.com/0f2145c636d11937df87796a51385890 Script in file: https://gyazo.com/1aefd8d4c3caf51e639e30197bd0ff33 Any help would be greatly appreciated! EDIT: I launched without mods and now it doest even show the black box in the top right that signals im recording Edited August 12, 2019 by Senor Dav3 more info Share this post Link to post Share on other sites
beno_83au 1369 Posted August 12, 2019 Well, the error is telling you that HLF_fnc_infUnitPlayFiring doesn't exists. So at a guess you haven't added the function correctly. Share this post Link to post Share on other sites
stburr91 1002 Posted August 13, 2019 On 8/11/2019 at 7:57 PM, Senor Dav3 said: Well, first i had issues getting the unitcapture to record the data and now its not re playing it, it shows an error of an unknown variable but there is nothing in that spot. Error in-game: https://gyazo.com/0f2145c636d11937df87796a51385890 Script in file: https://gyazo.com/1aefd8d4c3caf51e639e30197bd0ff33 Any help would be greatly appreciated! EDIT: I launched without mods and now it doest even show the black box in the top right that signals im recording I think you forgot to add the, call compile preprocessFile, to your mission init file. You should have something like this in your mission init file. call compile preprocessFile "captureData.sqf"; You can download a working example mission at Armaholic. http://www.armaholic.com/page.php?id=27305 Share this post Link to post Share on other sites