Getting the following message spammed in RPT (to the point where it is over 1GB in less than 18 hours):
while {true} do
{
waitUntil {(count(nearestObjects [player,['Land_Suitcase_F>
Error position: <nearestObjects [player,['Land_Suitcase_F> Error 0 elements provided, 3 expected
File mpmissions\__cur_mp.Stratis\dropItem.sqf, line 32
Bad conversion: array
Error in expression <n
Line 32 in .sqf is:
waitUntil {(count(nearestObjects [player,['Land_Suitcase_F'],3])) != 0 && vehicle player == player};
I believe this could be a bug with the beta as I do not see why it would be creating an error.