šŸ”“ Core Credits [ESX/QB] - Monitize your server further (Case Openings, Shop, Tasks, Rewards)

ADDED QB

  • Added QBCore version

Well no they dont. It will give you credits for the first completion and then after that the tasks dont reset and it doesnt give you credits after that. Even if you complete that task 20 times over. Any help with that? I have the tasks column in my database and have not touched and server or client sided scripts. The tasks dont reset.

Seller does not provide any support.
Would not recommend buying it as bugs related tickets are just replied with ā€œadd mysqlā€.
After installation of the entire script it simply doesnā€™t work (QB version).

We fixed it in collaboration with other users, who also didnā€™t get response on tickets.

Whats the ticket id i respond daily

ā€œWill this come for QBusā€ about 3 weeks ago.
All you did was close the ticket without response.

I dont close tickets maybe other dev did but that is a question ticket not support oneā€¦

if its asked in a ticket, it means thereā€™s support required. besides that, there were other issues noted the ticket before but that got closed aswell.
Whatever you say, I still wouldnā€™t recommend.

which ticket ? because i think your are just making stuff up now

ok bro, if thatā€™s your idea. Thereā€™s little to no support on issues. Awnsers are short and not based on the problem but on default awnsers.

So no answer to my question?

This is the code i have. I have my tasks column in users aswell. it still doesnt update.

RegisterServerEvent(ā€œcore_credits:updateTasksā€)
AddEventHandler(
ā€œcore_credits:updateTasksā€,
function(tasks)
local src = source
local xPlayer = ESX.GetPlayerFromId(src)

    MySQL.Async.execute(
        "UPDATE `users` SET `tasks_completed`= @tasks WHERE `identifier` = @identifier",
        {["@tasks"] = json.encode(tasks), ["@identifier"] = xPlayer.identifier},
        function()
        end
    )
end

)

RegisterServerEvent(ā€œcore_credits:progressTaskā€)
AddEventHandler(
ā€œcore_credits:progressTaskā€,
function(task, progress)
local src = source
local xPlayer = ESX.GetPlayerFromId(src)

    local tasks =
        MySQL.Sync.fetchScalar(
        "SELECT `tasks` FROM users WHERE identifier = @identifier ",
        {["@identifier"] = xPlayer.identifier}
    )

    if tasks == "" then
        tasks = {}
    else
        tasks = json.decode(tasks)
    end

    if tasks[task] then
        tasks[task] = tasks[task] + progress
    else
        tasks[task] = progress
    end

    MySQL.Async.execute(
        "UPDATE `users` SET `tasks`= @tasks WHERE `identifier` = @identifier",
        {["@tasks"] = json.encode(tasks), ["@identifier"] = xPlayer.identifier},
        function()
        end
    )
end

)

hello I use core_credits
I would like to know how to change modify license plate in
PlateLetters = 3
PlateNumbers = 3

cordially

server lua file under local plate =

1 Like

hello thank you for your answer my how to modify for the random letter

Contact in d c

There service sucks. You ask for help and they take many moons to get back to you, and when you try to ask for help when your really needing it they expose you in the chat in front of every one. Not professional at all. I wouldnt buy from them again and I will tell my server and my people never to buy from core again. They quick to take your money but when you need the help they treat you bad. Not a good look for your business. 1 star.

2 Likes

Many moons as in few hours of no reply? And exposing as in writing that you created a ticket few hours ago and explainig that your issue is outdated qbcore? So in fact you recieved support quicker then most and in response you started swearing and flipping out. Please dont buy again !

Yeah exactly you shouldnt be exposing your customers in chat where every one can see instead keep it private. I was not not the only one who had issues with you guys alot of people messaged me. Guys dont do business with core. there not professional and they will shame u out in front of people, Alot of other customers helped me out with my problem except them. all they could tell me is u have a out dated core. So sad and yet we pay top dollar to be treated like that and yet here you are still not wanting to to be sympathetic or even try and keep the one customer you have just losted. Alot of professional companys would not treat there customers like this and even if they complained they would have tryd to win you back instead you are telling me dont buy again lol what a worthless team. I can see where your company will be in a few years time if you keep this up.

1 Like

I network with alot of new servers and I know alot of people that want to build servers. Your scripts are really good no doubt about that but man either hirer more staff or get a bot to let us know u will be in contact and it may take a few hours. Thats all you have to do. Save the big drama.