User Details
- User Since
- Nov 13 2013, 4:49 PM (579 w, 1 d)
May 10 2016
This doesn't seem to be an issue anymore.
When the linux server first came out it appeared to be an issue.
This can be closed by whomever may have the proper permissions.
As, AD2001 has... said. This is a single mission you are having issues with. Altis Life is a very large, very complex mission. It requires a lot more processing power and calculations than many other missions.
It is likely that it is not optimized, or that there are bottlenecks in the scripts, or some performance leaks in the scripts themselves. This is not an issue with arma.
Instead of posting a mission makers issues here, you should contact the mission maker him/her self via the forums or any other acceptable manner. I hope this helps!
I was doing if (! isNull _item) where item was an object. I tested to be sure it was not null but my script never executed after that line. using a hit isNull _item displayed false, but the script didn't execute past the if statement, by changeing it to:
_value = isNull _item;
if (!_value)
it worked that way.
This is very peculiar, It really wasn't working the other day with the same code... guess this issue is closed.