Missing Native and API call for GetIdentifier?

Is the API missing this Reference? Was it removed? I can’t find updated documentation to support any changes.

Misc Info: Using C# -> VS2017 -> DotNet 4.5.2 ->

at the top:
using CitizenFX.Core;
using CitizenFX.Core.Native;

https://runtime.fivem.net/doc/natives/#_0xFF7F66AB
// 0xFF7F66AB
// GET_NUM_PLAYER_IDENTIFIERS
int GetNumPlayerIdentifiers(string playerSrc);

        this.AuthPlayer = player;
        this.AuthSteamID = API. <- No intellisense for GetNumPlayerIdentifiers

Screen:

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the FiveM community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

Figured it Out. Documentation Should recommend installation of the NuGet Package.

There was a PR to the documentation repository that touched upon using NuGet packages as opposed to client/server DLLs. The PR was reviewed and changes were requested. Unfortunately, the author of the PR just abandoned it. It may still be open to this day actually.

Ah. I wish someone would update the C# Documentation. I know I would if I was given the ability to.

You do!

1 Like

I’ll look into this. I find it funny because Recursively the documentation to update the documentation is also incomplete. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.