Jump to content

Gravestone

Members
  • Posts

    467
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Gravestone

  1. Nothing affected. The car is same like before.
  2. I replaced car models but they are not exactly like I want. They are appearing kinda white. TXD and DFF, both are loaded and working, no problems with the script but the skin is coming a bit white. function replaceModel() txd = engineLoadTXD("feltzer.txd", 415 ) engineImportTXD(dff, 415) dff = engineLoadDFF("feltzer.dff", 415 ) engineReplaceModel(dff, 415) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "refreshmodels", replaceModel )
  3. Do I need to provide the username of a staff member in the script?
  4. I don't think that a timer can perform the task.
  5. I had made a staff panel. When I player changes nick, it doesn't update over there.
×
×
  • Create New...