Jump to content

Josemisplit

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Josemisplit

  1. If you want put it in your server u must put an archive .meta and an archive .lua and then TXD + DFF.

    And you must know , the nick's ID , I'll explain you here.

    well ,the skin ID is the number 299 so , check this

    META:

    LUA:

    function replaceModel()

    txd = engineLoadTXD("claude.txd", 299 )

    engineImportTXD(txd, 299)

    dff = engineLoadDFF("claude.dff", 299 )

    engineReplaceModel(dff, 299)

    end

    addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel)

    Good Luck.

×
×
  • Create New...