Jump to content

eoL Shady

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by eoL Shady

  1. <script src="blabla.lua" type="client" cache="false"/> Scripts are preserved with "cache" a player can take a screenshot and edit the picture thanks to photoshop and get it,but if you want to keep your lua scripts use cache tag in meta.xml
  2. Delete your GTA:SA and MTA:SA files and install GTA:SA to a clean file again,Install GTA:SA files unmodified
  3. hi @alex17", I think it would be better to update it every time the model changes instead of using onPlayerSpawn. local styles = { [280] = 128, [84] = 121, } addEventHandler("onPlayerSpawn", root, function() local model = getElementModel(source) if (styles[model]) then setPedWalkingStyle(source, styles[model]) end end ) addEventHandler("onElementModelChange", root, function(_, newModel) if(getElementType(source) ~= "player") then return end if (styles[newModel]) then setPedWalkingStyle(source, styles[newModel]) end end )
  4. hello @plmqq , I have created a code according to your request, you can try local PLAYER_WALKSTYLE = 22 --add a walking style you want addEventHandler("onPlayerSpawn", root, function() setPedWalkingStyle(source, PLAYER_WALKSTYLE) end ) and use meta.xml <meta> <info type="script"/> <min_mta_version server="1.5" client="1.5" /> <script src="skills.lua" type="server"/> </meta>
  5. hello @josedisla , I have created a code according to your request, you can try local PLAYER_WALKSTYLE = 122 --add a walking style you want addEventHandler("onPlayerSpawn", root, function() setPedWalkingStyle(source, PLAYER_WALKSTYLE) end ) and use meta.xml <meta> <info type="script"/> <min_mta_version server="1.5" client="1.5" /> <script src="skills.lua" type="server"/> </meta>
  6. eoL Shady

    Client problem

    Gta:SA Re-install, you must install correctly
  7. eoL Shady

    Kicked: VF #2

    I'm happy if your problem is fixed,you can like my comment. have a nice day.
  8. If I helped in solving your problem, you can like the comment, have a nice day
  9. eoL Shady

    Error

    You're welcome, have a nice day
  10. 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
  11. eoL Shady

    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
  12. eoL Shady

    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.
  13. eoL Shady

    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
  14. eoL Shady

    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
  15. 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..
  16. THIS TOPIC is the first topic of 2023, have a nice day
  17. 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
  18. 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...
  19. 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?
  20. Can you send the icon you use, I want to review (image)
  21. 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
  22. I'm lazy enough to do this,I'm just suggesting, if they can why not
  23. 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
  24. you're welcome, if you have a question, please create a new topic and tag me
×
×
  • Create New...