local x,y = guiGetScreenSize()
function drawbar(thePlayer)
local level = exports.exp_system:getPlayerLevel ( thePlayer )
local Name, Expreq = exports.exp_system:getLevelData ( level )
dxDrawRectangle ( x/4.59, y/100, x/2.2, y/12, tocolor ( 0, 0, 150, 150 ) )
dxDrawText ( "Exp: Name, Expreq ", x/4.59, y/95, x, y, tocolor ( 0, 222, 10, 255 ), 1, "bankgothic" )
end
addEventHandler("onClientRender", root, drawbar)
the exp not appear