Jump to content
Sign in to follow this  
Sgt Anderson

barrage1.sqs not found...

Recommended Posts

Hey everyone. Umm, trying to get this darn barrage1.sqs file ta work. I put the sqs in my mission dir, and when I try the following 2 lines in the init field, it says barrage1.sqs not found?

command 1: player exec barrage1.sqs

command 2: [ammoType, target, minDeviation, maxDeviation, ammoCount] exec "barrage1.sqs"

Any ideas?

Share this post


Link to post
Share on other sites
command 1: player exec barrage1.sqs

quotes are missing.

TeRp.

Share this post


Link to post
Share on other sites

Yeah it should be

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">player exec "barrage1.sqs"

smile_o.gif

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  

×