-
Posts
4,030 -
Joined
-
Days Won
26
Everything posted by ccw
-
Try: Settings->Video->Fullscreen mode->Borderless window
-
What exactly do you mean by 'screen sticks' ? Does it happen every time you start MTA ?
-
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 )
-
Looks like zombie.lua is compiled, so it's not editable. As for the other problems, you could try asking in the scripting section
-
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/
-
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?
-
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
-
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
-
What is the output of the following commands: cat /etc/centos-release rpm -q centos-release cat /proc/version
-
Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
Settings->Multiplayer->Save server passwords->Check
-
https://bugs.mtasa.com/view.php?id=8895
-
Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
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
-
Hacker By iSantista = 24hr Ban
-
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/
-
Did you run the fix after installing build-essential? (btw, this thread was about CentOS, so it probably won't work.)
-
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"
-
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.
-
On the second line, try: tar xf gcc-4.9.3.tar.gz
-
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
