Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. ccw

    Can't Run

    Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
  2. ccw

    Can't Run

    If you have gta-sa.exe (i.e. Steam version) in the GTA:SA install directory, then remove gta_sa.exe (non-steam exe) and run the full MTA installer https://www.multitheftauto.com/
  3. So the MTA server is currently installed into /root/server nginx can not read files inside /root, so move the MTA server to another directory, like /srv mv /root/server /srv Then edit /etc/nginx/sites-available/default and change: root /server/mods/deathmatch/resource-cache/http-client-files; to root /srv/server/mods/deathmatch/resource-cache/http-client-files; and restart nginx service nginx restart
  4. Are you sure the MTA server is installed into /server ? i.e. Does this work: ls /server
  5. Did you include the port? http://my_vps_ip:20080/admin/client/admin_ACL.lua Also, is the http-client-files path correct? i.e. Does this work: ls /server/mods/deathmatch/resource-cache/http-client-files
  6. Try these: nginx -t service nginx start ps auxf | grep nginx
  7. Any new lines at the end of /var/log/nginx/error.log ?
  8. Edit /etc/nginx/sites-available/default and change this line listen [::]:80 default_server; to this #listen [::]:80 default_server;
  9. Seems ok. What is the content of /var/log/nginx/error.log
  10. Show the contents of /etc/nginx/sites-available/default and /etc/nginx/nginx.conf
  11. https://wiki.multitheftauto.com/wiki/In ... Web_Server
  12. ccw

    TELA PISCANDO

    Remove d3d9.dll and d3dx9_??.dll from GTA:SA directory
  13. ccw

    [HELP]Invalid

    vehicles/elegy.dff has some technical errors. If the client still loads the model, you can ignore the warning. The most common problem with .png files is that they are misnamed .jpg files. (The client will still load them in that case).
  14. Do you mean libmysqlclient.so.16 ? If yes, then it comes with the MTA server: https://linux.multitheftauto.com/ Of no, then why do you need libmysql.so ?
  15. If your mod works in GTA single player, then I guess TG server could be doing something which is not compatible with it.
  16. chmod +x mta-server*
  17. 87.229.77.234:22003 has been in the master server list since 2016-03-06 16:00 UTC without interruption. Next time it is not showing in your server browser, press the 'Refresh' button, and tell me if it comes back.
  18. You are modifying gta3.img ?
  19. What do you mean by mods? Can you give an example?
  20. That page is (currently) showing that 22126 UDP is not responding Does mtaserver.conf contain: <ase>1</ase>
  21. ccw

    HTTP server file mismatch

    It means either 1) The resource killmessages has been modified and not restarted or 2) The client is having problems downloading 'gun_dildo1.png' If the problem is only occurring with one player, ask them to manual delete the client cache of killmessages by deleting: C:\Program Files\MTA San Andreas 1.5\mods\deathmatch\resources\killmessages or C:\Program Files (x86)\MTA San Andreas 1.5\mods\deathmatch\resources\killmessages
  22. ccw

    MTA SERVER HELP!

    What is the server IP/Port ? Is the problem with other servers as well?
  23. dumps is currently empty. Upload it again after you have crashed at least 3 more times.
  24. 1) Zip up C:\Program Files (x86)\MTA San Andreas 1.5\MTA\dumps 2) Upload to: https://upload.mtasa.com/ 3) Post link here
×
×
  • Create New...