Jump to content

(Ayuda)Como usar drawdata


Recommended Posts

Posted

Lea la descripcion. Aqui un ejemplo.

addEventHandler ( "onClientPlayerChangeNick", root,

function ( oldNick, newNick )

nickData = "* " .. oldNick .. " is now known as " .. newNick .. "."

exports["drawData"]:outputDraw ( nickData, 255, 100, 100, false )

end

)

Posted

Aqui otro ejemplo

  
addEventHandler ( "onClientPlayerSpawn", root, 
function () 
x,y,z = getElementPosition(source) 
nickData = getZoneName ( x, y, z ) 
exports["drawData"]:outputDraw ("Has spawneado en: "..nickData, 0, 255, 255 ) 
end 
) 
  

  • Recently Browsing   0 members

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