Hey i have a problem with mysql,
I dont know how to do it.
At the moment i have this:
Server:
function showPlayerData(player, money)
local money = getMysqlData(player,"Money")
triggerClientEvent(player,"showMoney", getRootElement(), money)
end
addEventHandler("onResourceStart", getRootElement(), showPlayerData)
If i output money in clientside with outPutChatBox it wont work =(
(outputChatBox Expected string at argument 1)