View Single Post
  #9  
Old 10-15-2011, 12:50 AM
salmo salmo is offline
Approved Member
 
Join Date: Mar 2011
Posts: 632
Default

Smily, so you say your getting an "error outside build array or something like that". This sounds like your trying to script in C#. Is that right? If so, maybe you have an array index that is outside the bounds of the array. What I mean is, say you have a list of 30 planes in an array, the code may be trying to access the 31st array element, which will give an error.
__________________
When one engine fails on a two engine bomber, you will always have enough power left to get to the scene of the crash.

Get the latest COD Team Fusion patch info HERE
Reply With Quote