Jump to content
Sign in to follow this  
Ramon Berenguer IV

Crash in my mission: could you try it?

Recommended Posts

I'm making this mission, but I have a great trouble: suddendly, while the player is in a Ural, the game crashes :confused:. Now I want to understand if this crash happens because I made a mistake or if the cause is something else. So, could you try my mission? Here is the link to download it:

http://www.megafileupload.com/en/file/225412/Intro-Chernarus-rar.html

Thanks! :)

Share this post


Link to post
Share on other sites

I have no crash, tried it 3 times now. There are also no warnings or errors in the rpt except the usual 'cannot load sound' errors caused by ArmA2.

The cargo script is OK, just needed some optimization:

{_x assignAsCargo Ural1} forEach [so1,so2,so3,so4,so5,so6,so7,so8];
{_x assignAsCargo Ural2} forEach [s1,s2,s3,s4,s5,s6,s7,s8];
{[_x] orderGetIn true} forEach [so1,so2,so3,so4,so5,so6,so7,so8,s1,s2,s3,s4,s5,s6,s7,s8];

sleep 30;
Autista1 enableAI "MOVE";
hint "L'uno parte";

sleep 10;
Autista2 enableAI "MOVE";
hint "Il due parte";

Share this post


Link to post
Share on other sites

You're always very kind, W0lle. I tried again, but the it crashed again; so I think that the problem is my computer. However, you have been very useful to expand my limited knowledge on the scripts. Thanks again.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×