Jump to content

DNS

Members
  • Posts

    5
  • Joined

  • Last visited

Details

  • Gang
    Banana

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DNS's Achievements

Vic

Vic (3/54)

0

Reputation

  1. DNS

    Custom TXD/DFF

    Really silly mistake of me Anyways, thank you for the help, that fixed it.
  2. DNS

    Custom TXD/DFF

    Still didn't work! Any other ideas?
  3. DNS

    Custom TXD/DFF

    Hi guys, I have made a script which is supposed to replace the original sa DFFs/TXDs(skin), but it doesn't work. I don't get any errors, but, the original ped skin isn't replaced too! Do you see anything wrong here ? ------- --Skins ------- function skins() --HS skin txd = engineLoadTXD("skins/fbi.txd", true) engineImportTXD(txd, 286) dff = engineLoadDFF("skins/fbi.dff", 286) engineImportDFF(dff, 286) --DanWesson skin txd = engineLoadTXD("skins/vmaff1.txd", true) engineImportTXD(txd, 124) dff = engineLoadDFF("skins/vmaff1.dff", 124) engineReplaceModel(dff, 124) end addEventHandler("onClientResourceStart", resourceRoot, skins) <script src="replacer.lua" type="client" /> Thank you in advance!
  4. Firstly, well done for the resource. I have a question: is it possible to completely remove the blips representing the vehicles/pickups and the blipText from the map? I tried myself but i fail so..
×
×
  • Create New...