Dexvoo
December 17, 2020, 5:07am
1
BetterDonationRewards
This is my first public release so feedback would be great c:
This is a FiveM Script that i have adapted from ( GitHub - JaredScar/DiscordDonatorPerks: A FiveM Script )
I have added 3 new features including adding a web hook, Custom Font and receiving Items every 30 days.
A big massive thanks to JaredScar (Jared) · GitHub for writing the base of this script, Also this script is linked with his other resource
Dependency
Go show him some love!
Images
Web hook
In-game
Installation
MAKE SURE YOU HAVE BADGERS API INSTALLED
Insert insert.sql
into your mysql database
Exract BetterDonationRewards
and place into one of your resource folders
In your server.cfg
place start BetterDonationRewards
Edit the server.lua
to place your web hook and configure your role list/rewards
Restart your server and your good to go.
Download
7 Likes
This looks very cool, good work man. Nice to see people starting to make integrated scripts.
We didn’t ask you to post this quality stuff and still, you managed to post it without knowing that you’ll make some guys happy including me, thank you my man I really appreciate the hard work on this.
DK
Dexvoo
December 17, 2020, 2:22pm
6
Probably not a feature i would be willing to add as people like to choose there vehicles that they want rather than getting no choice what so ever.
Dexvoo
December 17, 2020, 2:23pm
7
Thank you for the kind works c:
1 Like
special cars for donators? isnt it forbidden to gain In-Game rewards for donating?
Peurost
December 17, 2020, 10:20pm
10
An amazing resource. Thanks for sharing and contributing!
2 Likes
No. That’s why Tebex is used.
Riizzo
December 18, 2020, 9:37am
14
Pandino, look who sees himself, how are you?
1 Like
lTomyV
December 19, 2020, 3:27am
17
Wheres the sql? Idk if im an idiot or its actually removoed from the repository in github
Dexvoo
December 19, 2020, 4:43am
18
My bad pretty sure i accidently deleted it, all pushed to github c:
lTomyV
December 19, 2020, 10:50am
19
In case it has been removed, ill post the one from the original discord perks rewards over here
CREATE TABLE IF NOT EXISTS Tebex_Data
(
id INTEGER(11) AUTO_INCREMENT PRIMARY KEY,
identifier VARCHAR(50),
playerName VARCHAR(50),
dateReceiveNext INTEGER(64),
acceptedPerkID INTEGER(11),
rankPackage VARCHAR(50)
);
ImE4G
February 16, 2021, 3:08pm
20
I have tried installing the script it started but while in game I didn’t get the reward while having the discord role, There is no errors showing in the cmd.
Please Help !