/discord-rp

A script using natives to modify FiveM's Rich Presence usage.

Primary LanguageLua

Discord-RP (Rich Presence)

Discord-RP is a script that allows you to modify FiveM's Discord Rich Presence usage. You may modify to your liking.

Screenshot

Logo


Installation

  1. Download the latest release here.
  2. Extract it into your server but don't start it yet.
  3. Create a Discord application here.
  4. Go to the 'Rich Presence' tab, then Art Assets, and upload an image that you want to use in the rich presence. (NOTE: It must be bigger than 511x511).
    • Go to your application and copy the Client ID.
    • Modify client.lua and change:
local appid = 'changeme'

to your application ID.

local assetid = 'changeme'

to an image that you have uploaded.

  1. Start the resource.

Notes

  • App ID can be found here:

  • Asset name can be found here:

  • Do not make the application a 'Bot user'!

Credits

  • IllusiveTea - For telling me about these natives :p