Jump to content

Shady1

Members
  • Posts

    866
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. If I helped in solving your problem, you can like the comment, have a nice day
  2. Shady1

    Error

    You're welcome, have a nice day
  3. Hello welcome to forum, Delete GTA:SA and MTA:SA completely and download the link I will send you,Install GTA:SA cleanly and without mods,then download MTA:SA from this link... https://nightly.mtasa.com/mtasa-1.5.9-rc-21510-20230102.exe
  4. Shady1

    Loader.dll Eror

    hello @ardaqx welcome to the forum,I have an answer for your question,Error 126 : If you have a Loader.dll problem, you should download and install MTA again from the link I will send you,The root cause of this issue is due to the new version of MTA every night, MTA team is currently making fixes for this issue,but for now install MTA from the link I sent you.... https://nightly.mtasa.com/mtasa-1.5.9-rc-21476-20221225.exe
  5. Shady1

    Kicked: VF #2

    hello @Stardust welcome to forum, i would like to explain about your problem,An MTA team made a statement about this issue, I want to explain it to you. VF #2 kicks by Anti-cheat are usually because your PC is infected with a virus or malware. There are 2 potential reasons: - Something external (like a virus or cheat, perhaps for another game) is trying to write to the memory of GTA or MTA data files - GTA or MTA data files (DLL) have unauthorized mods or are corrupted. In most cases, DLL files have simply been modified by a virus, resulting in failed MTA integrity checks. Note: 99% of the cases are caused by viruses and malware.. this is no joke, take it seriously Instructions: 1) Run a full anti-virus and malware scan. Clean anything that it finds. 2) Re-install MTA and GTA San Andreas with a clean, unmodded version. This ensures files are not modified in ways that will kick you, and that changes to (or quarantaining of) DLL files made by a virus that you now removed with a scanner are reversed. 3) Do not run any dodgy software that you can imagine may try to hook, or write memory to, any DLL files it can search and finds interesting; this is characteristic for viruses that want to infect any suitable files on your PC, but it can also be a PUP (Potentially Unwanted Program) or anything that relies heavily on tampering with execution of other software to function, so-called intrusive software.. imagine stuff like overlays or software that claims it can help you do something with any other software. You can end processes of software (or disable them) one by one to find out the culprit if the problem persists after following all of these instructions. If the problem persists, we also advise using multiple scanners, and also malware/PUP/rootkit scanners.
  6. Shady1

    Error

    i think this appeared after the new update,MTA team will inform you as soon as possible.. but you can temporarily download the version 1 week ago https://nightly.mtasa.com/mtasa-1.5.9-rc-21476-20221225.exe delete old MTA files
  7. Shady1

    Error

    hello welcome to the forum, i will give an explanation about your problem,download the link i will send,and waiting for your message back https://nightly.mtasa.com/mtasa-1.5.9-rc-21507-20230101.exe
  8. it's a really good decision, now MTA players understand that they should never do anything malicious again,it's a gift to them, happy new year everyone..
  9. THIS TOPIC is the first topic of 2023, have a nice day
  10. first of all hi guys, I want to announce that we need the team for our MTA DayZ server,i have finished many coding and scripts, but i need team mate (Staff/Scripter/Developer) I am alone and looking for a volunteer friend to deal with problems we can have our conversations on discord : Shady1#8980
  11. hello welcome to the forum, I am sorry to tell you that the loader.dll in the MTA nightly version is currently facing a problem,i got workaround for this and i want to share it with you... click for MTA download 1) delete MTA files. 2) download and install the MTA link I sent you. (click for MTA download) 3) run a MTA 4) finally good games...
  12. Hello again @JeViCoI did some research and here's what I have to say : The picture may be getting corrupted because you are reading it as a string,it might be losing bit depth,Why don't you read this as a file?
  13. Can you send the icon you use, I want to review (image)
  14. hello! @JeViCo welcome to forum,set mipmap option to false element dxCreateTexture ( string pixels / string filepath [, string textureFormat = "argb", bool mipmaps = true, string textureEdge = "wrap" ] ) https://wiki.multitheftauto.com/wiki/DxCreateTexture
  15. I'm lazy enough to do this,I'm just suggesting, if they can why not
  16. There are a few buttons at the top of the forum when I click on them, they automatically disappear from the forum and the link I click opens. It would be better if we could open the link in a new tab when we click the buttons
  17. you're welcome, if you have a question, please create a new topic and tag me
  18. hello welcome to the forum i checked your code and made some changes, you didn't edit the timer to source,you can test. function reviveFunction() if (getElementData(testped, "playerDown") == true) then local thePlayerElem = getElementType(source) if(thePlayerElem == "player") then setPedAnimation(source, "bomber", "bom_plant_loop", -1, true, false, true, false, 150) setTimer(function(source) setPedAnimation(testped) setElementHealth(testped, 50) setPedAnimation(source) end, 10000, 1, source) -- pass source to timer end end end addEvent("startRevive",true) addEventHandler("startRevive", getRootElement(), reviveFunction) have a nice day.
  19. Shady1

    MTA Crash

    Hello, welcome to forum... Just about an hour ago there's been a possible fix merged on GitHub regarding this crash error, you can check this here: https://github.com/multitheftauto/mtasa-blue/pull/2849 Try updating to the latest nightly version and see, if this helps (it contains this latest crash fix attempt): https://nightly.mtasa.com/mtasa-1.5.9-rc-21474-20221225.exe
  20. Welcome to forum @luanzinn78 loader.dll (error 126) has been flagged as a false positive by Avast, McAfee and perhaps other antivirus software. This means that your antivirus software thinks it's a virus, but it actually isn't. Avast instructions - Make sure Avast is up to date - Reinstall MTA McAfee - Open your McAfee security software. - Click the settings cog at the top right. - Click Real-Time Scanning. - Click Excluded Files. - Click Add file. - Browse to, and select, the file that you want to exclude from scans. You'll need to exclude the MTA installation folder. Once done, reinstall MTA and then add "loader.dll" to your exclusions and remove the previously added exclusion for the MTA folder. If you want you can skip the last bit and keep MTA installation folder whitelisted (excluded)
  21. Shady1

    Help Please

    welcome to the forum, actually there are multiple Lua tutorial presentations on the MTA forum, you can just skim a little and practice, if you have any extra questions I can help you. Lua Script Tutorials : https://forum.multitheftauto.com/forum/123-tutorials/ There are more of these available, you just have to take a look. If you have questions and mistakes, you can create a topic by scripting. https://forum.multitheftauto.com/forum/71-scripting/ have a nice day.
  22. hmm, you can try the code i will send you and don't forget you should check debug... function dxGridListSetItemText(element, columns, name) outputDebugString(tostring(self.items[columns])) --add debug lines outputDebugString(tostring(self.items[columns][element])) if self.items[columns] and self.items[columns][element] then self.items[columns][element].text = text end end
  23. hello welcome to the forum, if you explain your problem in a more descriptive way we can help you,For example, you can explain the problems in debugscript 3 side, or you can explain a little what exactly is the problem.
  24. I'm glad if your problem is fixed, if you liked my comment you can like my comment have a nice day
×
×
  • Create New...