Why the onClientResourceStart? Why?
function draw()
dxDrawImage(1049, 696, 13, 34, "mtalogo.png", 0, 0, 0, tocolor(255, 255, 255, 255), true)
dxDrawImage(406, 674, 656, 32, "mtalogo.png", 0, 0, 0, tocolor(255, 255, 255, 255), true)
dxDrawImage(406, 726, 656, 32, "mtalogo.png", 0, 0, 0, tocolor(255, 255, 255, 255), true)
dxDrawImage(406, 696, 20, 35, "mtalogo.png", 0, 0, 0, tocolor(255, 255, 255, 255), true)
end
addEventHandler("onClientRender", getRootElement(), draw)
The same thing... i don't think the problem was in that, the debug doesn't output anything?
EDIT: You had ')' in the code that didn't close anything.