cd_donatorshop.zip
folder and place this folder in your servers resource folder.ensure cd_donatorshop
(it must be placed anywhere below your framework resource eg., es_extended, not above). The name of the folder must not be changed or the resource will not function correctly.cd_donatorshop
database table replace the char1:
with license:
or steam:
depending on what your Config.IdentifierType
is set to in the config.lua.READ_ME_AFTER_PURCHASING
folder, the file is named SQL_main.sql
. Watch this video if you are unsure how to do this HeidiSQL / PHPMyAdmin.config.lua
and configure them to suit your server's needs. Please read the ”commented out help text” at the end of each line so you can understand what each option does so you know if you need to change it or not.dependencies
folder. The sub-folders inside will be the required dependencies. There will be a text file inside each sub-folder which includes a GitHub link. Download the dependencies from our GitHub using the links provided. Then add it to your resources folder.Below is some important information from the Video guide above.
Below is the command we speak about in the video.
ProductName
inside the Config.TebexListings
table in the configs/config.lua
. The amount is the number of coins a player will receive when they purchase this product.configs/config.lua
. There are commented-out examples at the bottom of the config.lua that will explain everything you need to know in order to create custom products that your server can sell in-game. You can also remove or add more products on the in-game shop UI.qb-core/server/player.lua
./redeem (tebex_transaction_id_here)
, which will then save the player's donator coins to the database and they will be available to spend. zdiscord/server/commands
folder. Then you can use the bot commands below in your discord. This is currently QBCore only unless you modify the code.cd_donatorshop.
ER_BAD_FIELD_ERROR: Unknown colum 'job_personalspawn' in 'where clause'?
[cd_donatorshop] - Unable To Start (sv_tebexSecret is nil)
?GetIdentifier
function in the configs/server_customise_me.lua
is returning a nil value instead of a string containing the player's identifier.You lack the required entitlement?
and check for 2 client-sided prints saying Loaded Successfully!
.cd_donatorshop
folder, download and add in the latest version, reconfigure the configs folder and restart your server.