Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.22 KB

FiveM Land Friends - fl_friends

Dependencies

Commands

  • /friends - Open friends management panel (command adjustable in shared.lua)

Exports

Server

-- player: serverId or xPlayer
-- returns: table
getPlayerFriends(player)
-- returns: string
getPlayerDiscordName(player)

Client

-- identifier: xPlayer identifier
-- returns: boolean
isPlayerFriend(identifier)

Screenshots

1

2

3