Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. ccw

    MTA sticks on startup

    Try: Settings->Video->Fullscreen mode->Borderless window
  2. ccw

    MTA sticks on startup

    What exactly do you mean by 'screen sticks' ? Does it happen every time you start MTA ?
  3. Enable debugging output by pressing F8 and entering the command: debugscript 3 Then insert outputDebugString as show below and run the script again, function ReplaceObject ( ) txd = engineLoadTXD( "name.txd" ) dff = engineLoadDFF( "name.dff", 0 ) engineImportTXD( txd, 1257 ) engineReplaceModel( dff, 1257 ) outputDebugString( "ReplaceObject " .. " txd:" .. tostring(txd) .. " dff:" .. tostring(dff) ) end addEvent ( "replaceObj", true ) addEventHandler ( "replaceObj", root, ReplaceObject )
  4. ccw

    Help/Mta DayZ

    Looks like zombie.lua is compiled, so it's not editable. As for the other problems, you could try asking in the scripting section
  5. Thanks for the info. I think it was caused by downloading a 0 byte resource file. Fixed client available from from here: http://www.multitheftauto.com/
  6. Six dots after 'Starting resources' means the server is staring the 4th resource (with startup="1") as listed at the end of mtaserver.conf. 'Please wait...' means the server is checking a large (over 1MB) lua script file inside that resource. What is the resource name? Does that resource have a large .lua file?
  7. carswar, carswar-kills and carswar-shop contains hidden commands to change the ACL. 1) Remove carswar, carswar-kills and carswar-shop from your server 2) Check acl.xml for changes to Admin and Console group
  8. carswar, carswar-kills and carswar-shop contains hidden commands to change the ACL. 1) Remove carswar, carswar-kills and carswar-shop from your server 2) Check acl.xml for changes to Admin and Console group
  9. What is the output of the following commands: cat /etc/centos-release rpm -q centos-release cat /proc/version
  10. ccw

    Can't enter a server.

    Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
  11. Settings->Multiplayer->Save server passwords->Check
  12. ccw

    MTA on Linux (Ubuntu)

    https://bugs.mtasa.com/view.php?id=8895
  13. ccw

    Erro cl25 v1.5.1

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

    MTA Crash

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

    WTF

    Some trainers result in an automatic ban. You will have to wait until it expires.
  16. I can't reproduce the problem using Centos 7 64 bit. What is the output of the following commands: cat /etc/centos-release rpm -q centos-release cat /proc/version
  17. ccw

    You are banned by the MTA

    Hacker By iSantista = 24hr Ban
  18. Try this (32 bit Linux): wget -P /usr/local/lib https://nightly.multitheftauto.com/files/modules/32/libstdc++.so.6 export LD_LIBRARY_PATH=/usr/local/lib This solution for both 32 and 64 bit Linux is now described on http://linux.multitheftauto.com/
  19. Did you run the fix after installing build-essential? (btw, this thread was about CentOS, so it probably won't work.)
  20. Well there is an error reported. I Binged 'no acceptable C compiler found in $PATH centos' and found this possible solution: yum groupinstall "Development Tools"
  21. ccw

    Building a server on OS X

    I just tried building on OSX and was there a ton of compile errors. I don't think it going to be fixed for anytime soon.
  22. On the second line, try: tar xf gcc-4.9.3.tar.gz
  23. ccw

    Building a server on OS X

    I can only explain how to build the 1.5 Linux server on Linux. I guess building on Mac will be similar: 1) Get the source One way is download a zip: https://github.com/multitheftauto/mtasa ... /1.5.1.zip 2) Build by running initial-install.sh (which is in the source root directory) 3) Then run mta-install.sh to get all the server files into MTA10_Server/output
×
×
  • Create New...