Jump to content

(Ayuda)Como usar drawdata


Recommended Posts

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

)

Link to comment
  • Recently Browsing   0 members

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