Plate Posted February 17, 2013 Share Posted February 17, 2013 Hola necesito una ayuda es que esto no sirve y tampoco tira ningun error addEventHandler("onClientElementDataChange", getRootElement(), function (datName) if ( dataName == "Level" ) then guiSetText ( GUIEditor_Label[1],( getElementData ( localPlayer, "Level" ) ) ) elseif ( dataName == "EXP" ) then guiSetText ( GUIEditor_Label[3], ( getElementData ( localPlayer, "EXP" ) ) ) end end ) Link to comment
Castillo Posted February 17, 2013 Share Posted February 17, 2013 function (datName) Pusiste "datName" no "dataName". Link to comment
Plate Posted February 17, 2013 Author Share Posted February 17, 2013 Lol no me di cuenta gracias Link to comment
Recommended Posts