Jump to content

SpecT

Members
  • Posts

    656
  • Joined

  • Days Won

    9

Everything posted by SpecT

  1. textCreateTextItem displays static text. It's not like rendering dxDrawText with onClientRender. To make it work use textItemSetText(text, ...) with a timer (per 1 second maybe?).
  2. Oh, sorry! I forgot that you have time limit to edit a post/topic. Only moderators can. Nevermind...
  3. It's nice of you to share the solution of this problem. It would be even nicer if you add "[Solved]" to the title so people with the same problem will find the topic and the solution faster.
  4. SpecT

    MTA failed to load

    Do you have any antivirus product installed and have you tried to reinstall MTA ? The correct size of loader.dll should be 1.28 MB
  5. SpecT

    MTA failed to load

    Well my last suggestion is to try with replacing the files msvcp120.dll and msvcr120.dll in C:\Windows\SysWOW64 with: https://gofile.io/d/JazuU5 Then try again the game. If this doesn't work then you should wait for someone from the MTA Support to assist you with this problem.
  6. SpecT

    MTA failed to load

    Okay, download these files https://easyupload.io/m/i5616r And put both of the files in the following locations: C:\Program Files (x86)\GTA.San.Andreas C:\Program Files (x86)\MTA San Andreas 1.5 C:\Program Files (x86)\MTA San Andreas 1.5\MTA Then try to start MTA.
  7. SpecT

    MTA failed to load

    It doesn't matter where. You can do it here: https://easyupload.io/
  8. SpecT

    MTA failed to load

    Could you upload somewhere the files msvcp120.dll and msvcr120.dll from C:\Windows\SysWOW64
  9. SpecT

    MTA failed to load

    Well you are the one who should say if it helped ?
  10. SpecT

    MTA failed to load

    Go to Control panel > Programs and Features. Find Microsoft Visual C++ 2013 Redistributable They should be 2 (x86 and x64). Uninstall both of them, download and reinstall them from here https://www.microsoft.com/en-us/download/details.aspx?id=40784 Don't forget that you need both x86 and x64 versions!
  11. Do a full-scan for viruses, if it finds something remove it and then reinstall latest version of MTA.
  12. SpecT

    MTA failed to load

    You can start by posting here MTADiag logs.
  13. You can try with this topic. Don't forget to make a backup of the .exe file. BTW you have many modified files in your GTA SA installation. Try with a clean copy of the game.
  14. You can't read meta.xml in client side and I think that this probably is your mistake. To read the meta.xml file you need to do that in the server side and if needed send the data to the client.
  15. This seems more like a question about MTA's client settings than about scripting (which is the category of this forum).
  16. setWorldSoundEnable is exactly what you need but you will need to experiment to see which one is for the electric cars you will use. For example: setWorldSoundEnable(40, false) This will mute the engine sound but you will still hear the idling so you need to mute from ID 7 to 16 (depends on the car). Here is the list of the world sound groups: World_sound_groups
  17. Here are the things you will need: OnPlayerDamage Damage_Types cancelEvent If you have any problems feel free to ask.
  18. SpecT

    [HELP]

    Glad I helped! If it worked fine then I guess the mods can lock the topic.
  19. Did you forget to start the resource called "core" ? Cuz it's calling this function from it.
  20. In the process list it shows you have Malwarebytes working. Try uninstalling it and see if there is any difference. Also something interesting I got in mind: I see your monitor is 75hz. So if you have VSYNC enabled it would lock your FPS to be max 75. But on the screenshot you get exactly the half of it: 75/2 = 37.5 FPS It looks like double buffer vsync to me but this could be just coincidence.
  21. There is a problem with the script that sets the element data of "vehmodel". Maybe it's something from the database part.
  22. Are you 100% sure it doesn't affect the game performance? Try how it will be with the default stream.ini file. I noticed that you had several "RADAR_PRE_LEAK_WOW64" errors from some applications (including GTA SA, CS:GO and some others). Also a crash from the display driver (nvidia). I don't know the reason of those errors but this might be the problem you need to look up for a solution.
  23. You can use Windows' antivirus so there will be lower chance to get your PC infected. About the MTADiag you can paste the stuff in Pastebin and post the link here.
  24. Okay, so probably if someone from the MTA's support comes to help he will suggest you to run MTADiag and post the results of the diagnostic here so you could do it now. I see that Windows is not activated and sometimes I have seen that this causes weird problems. So you could try activating it and see if there is any difference. Also what antivirus are you using (if you have one) ?
×
×
  • Create New...