Page MenuHomeFeedback Tracker

Getting RPT spammed with error message ( was not present before BETA)
Feedback, WishlistPublic

Description

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.

Details

Legacy ID
2128387855
Severity
None
Resolution
Open
Reproducibility
Always
Category
Multiplayer

Event Timeline

almaxkiller edited Additional Information. (Show Details)
almaxkiller set Category to Multiplayer.
almaxkiller set Reproducibility to Always.
almaxkiller set Severity to None.
almaxkiller set Resolution to Open.
almaxkiller set Legacy ID to 2128387855.May 7 2016, 3:00 PM

Fixed, right?