can somebody help me fix this issue
its says the issue is in the 1256 line
but i cant solve that
[FACTION]\btc_dashboard\exServer.lua:1256: Bad argument @ 'dbExec' [Expected db-connection at argument 1, got nil]
addEvent("savePayTime",true)
addEventHandler("savePayTime",getRootElement(),function(player)
dbExec(connection,"UPDATE characters SET fizuTime = ? WHERE id = ?",getElementData(player,"fizuTime"),getElementData(player,"acc:id"))
end)