Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. Possible dual monitor fix with this patch: https://nightly.multitheftauto.com/?mtasa-1.3.4-rc-latest
  2. The logs show system instability. Do you have an anti-virus installed? If not, your PC could be infected.
  3. Maybe the installer is not setting the correct directory permissions for a server install. Try doing a full install.
  4. Make sure you install using the current installer from here: http://www.mtasa.com/ Also, try installing into a directory with a slightly different name
  5. 'Grand theft Auto SA cannot run on windown 95' is caused by setting compatibility mode on gta_sa.exe to Windows 95.
  6. ccw

    Crash

    Please download and run MTADiag and follow the instructions.
  7. ccw

    Avast

    There is 'Global exclusions' in Avast settings. Failing that, you should ask on Avast forum for help.
  8. Make sure you have no game mod tools running such as Cheat Engine etc
  9. Type this command into the server console: upgrade
  10. It seems this is a bug for players joining after you have set the walking style. A hacky work around would be: Server: addCommandHandler ( "drunk", function ( player ) setPedWalkingStyle ( player, 126 ) setElementData( player, "walking_style_hack", 126 ) end ) Client: addEventHandler ( "onClientResourceStart", resourceRoot, function () for _,player in ipairs( getElementsByType("player") ) do local style = getElementData( player, "walking_style_hack" ) if style then setPedWalkingStyle ( player, style ) end end end )
  11. Please try 1.3.2 and tell us if it crashes on start
  12. Does 1.3.2 still work? Try it here: https://nightly.multitheftauto.com/mtasa-1.3.2-fu ... 130606.exe
  13. ccw

    Black screen.

    Would guess the gta config file has some unsupported resolution. Try deleting the gta_sa.set file.
  14. Look for any running programs like handling editors etc
  15. ccw

    SRV domain records

    The MTA client does not look at SRV domain records
  16. In mtaserver.conf, this is wrong: <httpport>22005</httpport>
  17. Check you have set the correct , as 22005 shows another server: http://66.225.195.163:22005/
  18. Please show your mtaserver.conf
  19. Thanks for that. Please try the latest patch: https://nightly.multitheftauto.com/?mtasa-1.3.3-rc-latest
  20. ccw

    Problem !!

    There will be application exclusions somewhere I expect. Try asking on Avast forum.
  21. ccw

    Problem !!

    It looks like you have Avast firewall service running. That must be stopping the MTA server from working properly.
  22. ccw

    Problem !!

    Install Visual C++ 2012 Update 3 runtimes then run MTADiag again.
  23. ccw

    Problem !!

    Run MTADiag and it should give you a pastebin URL. Please give me that URL.
  24. That dump file is for another crash type. It might be easier if you zipped up MTA\dumps\private\ and uploaded that please.
  25. ccw

    Problem !!

    Download and run MTADiag and follow the instructions.
×
×
  • Create New...