BIS_fnc_netId error #20

Closed
opened 2024-02-06 20:10:47 -06:00 by IndigoFox · 0 comments
Owner

https://steamuserimages-a.akamaihd.net/ugc/2331244144033554175/1EADE876EB8FD496F1CAE2B6C9FFA62391F757C2/

the addPlayerInfoToArray function, which puts some info about the player/machine into the json part of the RPT log message, had the param in brackets
[player} call BIS_fnc_netId
but it gives that error
should be
player call BIS_fnc_netId

30e09b3bb7/functions/util/fn_addPlayerInfoToArray.sqf (L11)

Fixed by #19

https://steamuserimages-a.akamaihd.net/ugc/2331244144033554175/1EADE876EB8FD496F1CAE2B6C9FFA62391F757C2/ the addPlayerInfoToArray function, which puts some info about the player/machine into the json part of the RPT log message, had the param in brackets [player} call BIS_fnc_netId but it gives that error should be player call BIS_fnc_netId https://17th-gs.iceberg-gaming.com:5443/hizumi/MissionTemplate/src/commit/30e09b3bb787fab43fc0f138cf23a568b33c356d/functions/util/fn_addPlayerInfoToArray.sqf#L11 Fixed by #19
IndigoFox self-assigned this 2024-02-06 20:10:47 -06:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 17th-Ranger-Battalion-ORG/MissionTemplate#20