Page cover image

Discord Rich Presence

The Discord Rich Presence Script for FiveM is the one-stop solution for managing Discord Sided Rich Presence/Activity!

If The Config Option “ShowLocation” is on and is walking.
If The Config Option “ShowLocation” is on and is driving.
If The Config Option “ShowLocation” is on and is sailing.
If The Config Option “ShowLocation” is on and is flying.
If The Config Option “ShowLocation” is disabled and “ShowName” is on.
Config = {}

-- Discord Rich Presence Configuration
Config.AppId = ""  -- Discord Application ID (found on Discord Dev Portal)
Config.LargeIcon = ""  -- Image name set in the Discord Developer Portal
Config.SmallIcon = ""  -- Image name set in the Discord Developer Portal

-- Discord Rich Presence Player Configuration
Config.ShowName = false  -- Set to false to hide player name and server ID
Config.ShowStreetNames = true  -- Set to false to hide street names
Config.MaxPlayers = "10"  -- Maximum player count for the server

-- Discord Rich Presence Button Configuration
Config.Button1Name = "Join Server" 
Config.Button1Link = "https://cfx.re/join/CONNECT"
Config.Button2Name = "Join Discord" 
Config.Button2Link = "https://discord.gg/DISCORD" 

Last updated