Skip to content

Commit

Permalink
jo.meIsMale
Browse files Browse the repository at this point in the history
  • Loading branch information
KadDarem committed May 1, 2024
1 parent 237bb6e commit 037238a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/jo_libs/modules/me/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Return the last cached location of the player
```lua
print(jo.meCoords,GetEntityCoords(PlayerPedId()))
```

## jo.meIsMale
Return if the player is a male or a female
#### Example
```lua
print(jo.meIsMale,IsPedMale(PlayerPedId()))
```

## jo.mePlayerId
Return the last cached PlayerId() of the player
### Example
Expand Down

0 comments on commit 037238a

Please sign in to comment.