qb-tattooshop icon indicating copy to clipboard operation
qb-tattooshop copied to clipboard

Error

Open ghost opened this issue 2 years ago • 14 comments

Just added the script and and launched the sql. Still get some kind of error image

ghost avatar Sep 16 '22 15:09 ghost

same here man.. tattoo error

xxUnknown13xx avatar Sep 27 '22 09:09 xxUnknown13xx

same here man.. tattoo error

Add this to the top of the file which you are getting the error from. "local QBCore = exports['qb-core']:GetCoreObject()"

JohnSacadorian1 avatar Sep 29 '22 07:09 JohnSacadorian1

same here man.. tattoo error

Add this to the top of the file which you are getting the error from. "local QBCore = exports['qb-core']:GetCoreObject()"

It's already in it :/

xxUnknown13xx avatar Oct 01 '22 03:10 xxUnknown13xx

Hey Guys thank you for reporting, can you guys try now i have updated the script

MrEvilGamer avatar Oct 01 '22 05:10 MrEvilGamer

Hey Guys thank you for reporting, can you guys try now i have updated the script

It works for now :) Thank you for fixing it

** can i delete this thread without effecting the script?**

CreateThread(function() while true do Wait(0)

    for i = 1, #Config.Shops, 1 do
        local player = PlayerPedId()
        local playerloc = GetEntityCoords(player, 0)
        local coordinates = Config.Shops[i]
        local dist = GetDistanceBetweenCoords(coordinates['x'], coordinates['y'], coordinates['z'], playerloc['x'], playerloc['y'], playerloc['z'], true)
        if dist <= 8 then
            DrawText3Ds(coordinates.x, coordinates.y, coordinates.z + 0.10, "/removealltattoo to remove all tattoos.")
        end
    end
end

end)

xxUnknown13xx avatar Oct 01 '22 05:10 xxUnknown13xx

Still get this error image

ghost avatar Oct 02 '22 07:10 ghost

not sure how you guys are even managing to get that error can you please elaborate?

MrEvilGamer avatar Oct 07 '22 19:10 MrEvilGamer

Hello I am getting the same error above, everything is working but it just prints this error every once in a while

image

gigitygamer avatar Dec 06 '22 00:12 gigitygamer

image

gigitygamer avatar Dec 10 '22 19:12 gigitygamer

I am also getting this error

SGH-Scripts avatar Dec 11 '22 22:12 SGH-Scripts

Since the update when i had an issue, everything been fine for me. odd how theyre all getting errors..

xxUnknown13xx avatar Dec 12 '22 22:12 xxUnknown13xx

Issue was that in the database, a character had a value of 0 in the tattoo data table

SGH-Scripts avatar Dec 14 '22 08:12 SGH-Scripts

so that was the fix i think? thanks DrifterTV :)

MrEvilGamer avatar Dec 15 '22 10:12 MrEvilGamer

image

Was not the root of my issue

gigitygamer avatar Dec 15 '22 20:12 gigitygamer