Better Discord Rich Presence Support. #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
in MTASA 1.6 we saw the integration of Discord Rich Presence, this is someone that was added after Owl's time and I thought it would be pretty cool to integrate it into the code base as a feature for anyone continuing to use this codebase.
So you may be asking how does this work? to use Discord Rich Presence with MTASA you have to create an application for your server, you're able to do this via this link: https://discord.com/developers/applications
Once you've created your application you need to copy the Application ID and paste it into the settings.xml value I've created for this, then when you connect it should update the players discord rich presence.
(P.S ignore the gitignore changes, not sure whats going on with my local server here... I reverted the changes.)