Jump to content

help onClientRender


manawydan

Recommended Posts

addEventHandler("onClientResourceStart",resourceRoot, 
    function () 
        Label_level = guiCreateLabel(265, 2, 105, 41, "Level: ".. tostring ( getElementData(localPlayer,"level") or 0 ), false) 
        guiSetFont(Label_level, "sa-header") 
        guiLabelSetColor(Label_level, 67, 171, 251) 
  
  
        label_exp = guiCreateLabel(401, 2, 78, 35, " ".. tostring ( getElementData(localPlayer,"exp") or 0 ), false) 
        guiSetFont(label_exp, "sa-header") 
        guiLabelSetColor(label_exp, 90, 243, 74) 
  
  
        Laberl_expreq = guiCreateLabel(501, 2, 78, 35, " ", false) 
        guiSetFont(Laberl_expreq, "sa-header") 
        guiLabelSetColor(Laberl_expreq, 225, 217, 91)     
end 
) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...