BetterDeadThanZed Posted January 14, 2014 Report Share Posted January 14, 2014 I'm trying to create a UH60 bandit supply crash Epoch event. Using code from the Epoch Mission System, I created this SQF: http://pastebin.com/DQQk1K8C Perhaps someone can look through that file and tell me what I've done wrong? The marker shows up on the map, but nothing spawns there. This is the fillboxess.sqf referenced in the code: http://pastebin.com/5HdDbB7k This is the add_unit_server.sqf referenced in the code: http://pastebin.com/FKF7vvU4 The fillboxes and add_unit_server are from the Epoch Mission System. Please note: this is not intended for distribution. I do not take credit for the code with some minor adjustments that probably are part of the problem anyway. Please don't ask me how to get this working on your server. I am only looking for help on getting it to work, then after it's confirmed working 100% I'll be happy to write up a proper tutorial with proper credits and links. Link to comment Share on other sites More sharing options...
ViseVersa Posted March 12, 2016 Report Share Posted March 12, 2016 It's kinda a long time ago, but when you call a script and then have a while loop, the part under the loop will not be evaluated untill the loop has finished. You need to spawn the script or move the loop down. 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