Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeManTV authored May 19, 2024
1 parent 5bb57b8 commit a43b679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ Follow the tutorial in `SETUP/HRS-INTEGRATION.txt`
- `isInCrew(netId)` - returns true if player is in a crew
- `isInPlayersCrew(owner, player)` - returns true if player is in other player's crew (uses identifiers)
- `getCrew(identifier)` - returns crew data of players crew
- `getCrewOwner(identifier)` - returns owner of players crew
- `getCrewOwner(identifier)` - returns owner's serverId of players crew
- `getCrewName(identifier)` - returns crew name of players crew
- `getCrewTag(identifier)` - returns crew tag of players crew
- `getCrewMembers(identifier)` - returns table containing server IDs of all members
- `getCrewMembers(identifier)` - returns table containing server IDs and names of all crew members
- `getPlayerRank(identifier)` - returns the player's rank

Credits: Vallorz, HRS

0 comments on commit a43b679

Please sign in to comment.