Skip to content

Commit

Permalink
feat(docs/natives/GetPlayerIdentifier): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx committed Nov 25, 2024
1 parent 2c5ca84 commit 75284d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native-decls/GetPlayerIdentifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiset: server
## GET_PLAYER_IDENTIFIER

```c
char* GET_PLAYER_IDENTIFIER(char* playerSrc, int indentiferIndex);
char* GET_PLAYER_IDENTIFIER(char* playerSrc, int identiferIndex);
```
To get the number of identifiers, use [GET_NUM_PLAYER_IDENTIFIERS](?_0xFF7F66AB)
Expand All @@ -14,7 +14,7 @@ To get a specific type of identifier, use [GET_PLAYER_IDENTIFIER_BY_TYPE](?_0xA6
## Parameters
* **playerSrc**:
* **indentiferIndex**:
* **identiferIndex**:
## Return value
Returns the identifier at the specific index, if out of bounds returns `null`

0 comments on commit 75284d6

Please sign in to comment.