Jump to content

ReckLess

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by ReckLess

  1. Still not working.. I always have these problems with mods, that, they don't want to work! (I add them on resource folder)
  2. Okay, I've fixed it by myself: if mapinfo.name and string.findIgnoreCase(mapinfo.name,"[DM]") or string.findIgnoreCase(mapinfo.name,"[OS]") then
  3. Obviously my OS (Old-School maps) have Hunter, I interpret Lua but I don't understand how to show TT's (and make them) with DM and OS. Can you just fix my code? (read my last post)
  4. Hey, I'm back I need to fix this part of code: if mapinfo.name and string.findIgnoreCase(mapinfo.name,"[DM]") then I wanna do something like that: if mapinfo.name and (string.findIgnoreCase(mapinfo.name,"[DM]") or string.findIgnoreCase(mapinfo.name,"[OS]") then But it doesn't work, can you help me?
  5. #push Hey guys, I still have the same problem as last time. Meta.xml: "Name" name="Infernus Mod" version="1.0" type="script"/> infernus.lua: function replaceModel() txd = engineLoadTXD("infernus.txd", 411) engineImportTXD(txd, 411) dff = engineLoadDFF("infernus.dff", 411) engineReplaceModel(dff, 411) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler("reloadcar", replaceModel ) I can't fix it, can someone help me?
  6. Yeah, I'm using the default Top Times panel. Nothing changed.
  7. I still don't understand, what's wrong?
  8. Hi! I have a problem with this script: infernus.lua function replaceModel() txd = engineLoadTXD("data/infernus.txd") engineImportTXD(txd, 411) dff = engineLoadDFF("data/infernus.dff", 411) engineReplaceModel(dff, 411) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler("reloadcar", replaceModel) meta.xml I did 'refreshall' but then in game nothing changes.
  9. Hello! I don't know why, but Top Times panel doesn't work on my own server. I finished all Skotinka maps, and other maps, but didn't appear the Top Time, I tried to finish the map in 3 players online because I thought the problem was because I was playing alone but it is not. Can someone help me?
  10. Hello, I'm new! My name is Steve and I'm 21.. And so on. So, I got a problem with my own server, I launched everything correctly but my friends cannot join! I realized that the reason are the ports. I opened ports: 22003, 22005, 22162 but nothing has changed. Can someone help me?
×
×
  • Create New...