Jump to content

help draw level


Jacobob14

Recommended Posts

as it might make you turn green only if players are level greater than 40

        GUIEditor_Label[2] = guiCreateLabel(279,570,103,143, tostring ( getElementData (  
  
localPlayer, "level" ) ),false) 
        guiSetFont ( GUIEditor_Label[2], font2 ) 
       guiLabelSetColor( GUIEditor_Label[2], 0, 247, 0) 

Link to comment
GUIEditor_Label[2] = guiCreateLabel(279,570,103,143, tostring(getElementData(localPlayer, "level")),false) 
guiSetFont ( GUIEditor_Label[2], font2 ) 
local level =  getElementData(localPlayer, "level") 
    if (level >= 40) then 
        guiLabelSetColor( GUIEditor_Label[2], 0, 247, 0) 
    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...