Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. ccw

    Problems MTA do not end .

    It would be helpful if you explained when this happens
  2. ccw

    Problems MTA do not end .

    0A050000 is usually caused by a virus. Reinstall MTA after removing the virus.
  3. ccw

    PC Reboot [1.3.3 & 1.3.4]

    And you pressed the 'Yes' or 'No' button?
  4. ccw

    PC Reboot [1.3.3 & 1.3.4]

    Did MTA ever ask you this question: 'Did your computer restart when playing MTA:SA?'
  5. Check here: https://wiki.multitheftauto.com/wiki/Bu ... _bit_Linux
  6. The source for that is here: http://code.google.com/p/multitheftauto-modules/ Although that module has performance issues.
  7. Linux luac_mta is now available at https://luac.multitheftauto.com/api/
  8. 'It didnt work' is too much information. Could you please provide less detail?
  9. ccw

    PC Reboot [1.3.3 & 1.3.4]

    Also, try this in MTA: Settings->Advanced->Debug setting->#0000 Spinner
  10. ccw

    PC Reboot [1.3.3 & 1.3.4]

    What directory was the dump file in ?
  11. Ok. How do you get the file back again?
  12. There is no file called "server". Please check again.
  13. Which exact file is being deleted?
  14. Try this: https://nightly.multitheftauto.com/multitheftauto ... 1CE.tar.gz
  15. ccw

    start and stuck

    Look in this dir: C:\Users\\AppData\Local\VirtualStore\Program Files (x86) Check for any GTA or MTA dirs in there and delete them
  16. ccw

    Crash after splash

    Please do this: 1) Apply the latest patch: https://nightly.multitheftauto.com/?mtasa-1.3.4-rc-latest 2) Run MTA 3) After crash, run MTADiag 4) Give MTADiag pastebin URL here
  17. That code is usually caused by a virus
  18. ccw

    Account /login/register

    If you have access to the server console, you can use: chgpass <name> <pass>
  19. It is still complaining about MSVCP110.dll ? Please provide a screenshot of the error message.
  20. Follow the Microsoft link again, and make sure you download and run vcredist_x86.exe
  21. Install this: http://www.microsoft.com/en-us/download ... x?id=30679 Then run MTADiag again
  22. ccw

    School Laptop

    Several of MTA's components need to be installed with administrator access. There is no way round this - Sorry
  23. Please download and run MTADiag and follow the instructions.
  24. ccw

    Binds

    Problem is caused by guiSetInputEnabled, which shouldn't be used really (but the editor does). This will fix it until the next guiSetInputEnabled: guiSetInputMode( "no_binds_when_editing" ) acpanel resource does this to 'fix' the problem: addEventHandler( "onClientRender", root, function () guiSetInputMode( "no_binds_when_editing" ) end )
×
×
  • Create New...