BetterDonationRewards [FREE RELEASE] [ESX] [MYSQL]

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

can u add vehicles?

Do this by yourself.

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.

Thank you for the kind works c:

1 Like

Much love ma man :heart:

special cars for donators? isnt it forbidden to gain In-Game rewards for donating?

An amazing resource. Thanks for sharing and contributing!

2 Likes

:heart:

No. That’s why Tebex is used.

nice release

2 Likes

Pandino, look who sees himself, how are you?

1 Like

All right bro :+1:

:heart:

Wheres the sql? Idk if im an idiot or its actually removoed from the repository in github :joy:

My bad pretty sure i accidently deleted it, all pushed to github c:

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)
);

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 !