Jump to content

help onClientRender


manawydan

Recommended Posts

Posted (edited)

hi,

iam try make label with exp text( using drawyourlevel)

but the label no apers

Edited by Guest

560x95_FFFFFF_09FF00_050505_000000.png

"Querer não é poder, mas tentar é avançar"!

Posted

What is the problem?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

error guiSetText[expected gui element argument 1, got nil in debug

label not appear,

(i am level 6, using your exp_system)

560x95_FFFFFF_09FF00_050505_000000.png

"Querer não é poder, mas tentar é avançar"!

Posted
error guiSetText[expected gui element argument 1, got nil in debug

label not appear,

(i am level 6, using your exp_system)

Are you sure about this? because I tested it and works fine.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted
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 
) 

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

You're welcome.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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...