Plate Posted February 17, 2013 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 )
Castillo Posted February 17, 2013 Posted February 17, 2013 function (datName) Pusiste "datName" no "dataName".
Recommended Posts