Page MenuHomeFeedback Tracker

Script error when executing ["IsSpectator", [player]] call BIS_fnc_EGSpectator
Feedback, NormalPublic

Description

Lines 292 needs to be changed from

		params [["_object", objNull, [objNull]]];

to

		_params params [["_object", objNull, [objNull]]];

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
Scripting
Additional Information

RPT

case "IsSpectator" :
{
params [["_object", objNull, [objNull]]]>
17:19:06   Error position: <params [["_object", objNull, [objNull]]]>
17:19:06   Error Params: Type String, expected Object
17:19:06 File A3\functions_f_exp_a\EGSpectator\fn_EGSpectator.sqf, line 279

Event Timeline

R3vo created this task.Apr 9 2024, 5:18 PM
R3vo edited Additional Information. (Show Details)

should be fixed with next data

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Jul 17 2024, 12:08 PM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.