Jump to content

dogidog

Members
  • Posts

    6
  • Joined

  • Last visited

Details

  • Gang
    enemy

dogidog's Achievements

Vic

Vic (3/54)

0

Reputation

  1. C:\Program Files (x86)\MTA San Andreas 1.3\server\mods\deathmatch\resources\[DayZ-MTA] Find : "M1911 Mag" Replace by : "Charg. M1911"
  2. i opened all files with Notepad ++ and make a "find in all open files" You should use the "search in folder" feature, and submit the path to the root folder of your MTA DayZ gamemode. ok i try this function of notepad ++ but all files found are the same which i edited. Ok je test cette fonction de notepad ++ mais les fichiers qui ont été trouvés sont les mêmes que j'ai auparavant édité ________________________________________________________________ EDIT : not working ... always the same error
  3. i opened all files with Notepad ++ and make a "find in all open files"
  4. Already tested and when i re name to original ammo name it work, but when i try to change it anymore i've spawn error
  5. UP please i really need help to solve this problem
  6. Hey, i tried to translate ammo in the MTA Dayz gamemode but now i have spawn error. ERROR: if data[1] == "Charg. M1911" then plusData = math.floor(getElementData(source,data[1])/7) elseif data[1] == "Charg. G17" then plusData = math.floor(getElementData(source,data[1])/15) elseif data[1] == "Charg. Deagle" then plusData = math.floor(getElementData(source,data[1])/7) elseif data[1] == "Charg. PDW" then plusData = math.floor(getElementData(source,data[1])/30) elseif data[1] == "Charg. MP5A5" then plusData = math.floor(getElementData(source,data[1])/20) elseif data[1] == "Charg. AK47" then plusData = math.floor(getElementData(source,data[1])/30) elseif data[1] == "Charg. M4A1" then plusData = math.floor(getElementData(source,data[1])/20) elseif data[1] == "Charg. M4A03" then plusData = math.floor(getElementData(source,data[1])/5) elseif data[1] == "Charg. Lee Enfield" then plusData = math.floor(getElementData(source,data[1])/10) elseif data[1] == "Carreaux explosifs" then plusData = math.floor(getElementData(source,data[1])/2) elseif data[1] == "Cart. Cal.12" then plusData = math.floor(getElementData(source,data[1])/7) elseif data[1] == "Cart. 2rnd" then plusData = math.floor(getElementData(source,data[1])/2) end When i die, i can't respawn and my body is duplicated and i fly in the air ... Please help me
×
×
  • Create New...