
Arran
MTA Contributors-
Posts
595 -
Joined
-
Last visited
Everything posted by Arran
-
If they wanted to save bandwidth they wouldn't have them on their server in the first place. Server owners should provide an option to allow you not to load car mods and not something MTA themselves really need to do. You did put forward a good arguement however and you never know, somebody might do it, but I see limited demand for the feature so wouldn't count on it.
-
MTA is also able to detect things which don't even modify your "clean install" perhaps you have a cheat program running or installed? Unless you got the clean install from a disk then it may also not be so clean.
-
https://community.multitheftauto.com/index.php?p= ... ils&id=987 That in other words.
-
Then obviously: if isAdmin( thePlayer, AdminCommand[string.lower(command)] ) then Does not pass. Try and use something better like hasObjectPermissionTo instead of your own isAdmin, which by the sounds of it doesn't work. Fails because: AdminCommand["changeSkin"]=3 addCommandHandler("setskin", changeSkin) Do you not notice an incosistency? setskin vs ChangeSkin (they're meant to be the same)
-
There are various reports on the mantis about streamer so why do you have to "bump" your topic? http://bugs.mtasa.com/view.php?id=6096 http://bugs.mtasa.com/view.php?id=6089 http://bugs.mtasa.com/view.php?id=5745 http://bugs.mtasa.com/view.php?id=5309 http://bugs.mtasa.com/view.php?id=5293 http://bugs.mtasa.com/view.php?id=5143 ccw did a "streamer rewrite" 5 days ago http://code.google.com/p/mtasa-blue/sou ... ail?r=2677 maybe you should start checking mantis/googlecode before thinking you're being ignored.
-
I've thought about this but unfortunately have a lot on my to-do list maybe in a few months I could get round to implementing this on CIT.
-
[RSGP] Free Server Hosting! || THIS DEAL IS OVER!! ||
Arran replied to Thomas_Matthew's topic in Hosting solutions
Incorrect. Server with 175 players (the most popular on MTA) on and only using about 300mb RAM -
Gta-multi.com, Quality MTA San Andreas Hosting.
Arran replied to Gta-multi's topic in Hosting solutions
In other words far from "quality MTA San Andreas Hosting" Didn't even bother to update the first post after ripping off mini-missions -
There are minigames on the community: https://community.multitheftauto.com/index.php?p= ... ils&id=693 https://community.multitheftauto.com/index.php?p= ... ls&id=2034 https://community.multitheftauto.com/index.php?p= ... ils&id=968 You can script one yourself too if those aren't satisfying.
-
mtaserver.conf is the file to edit.
-
CIT CnR/RP? We require build 2560+ for security reasons. Sounds like an odd error, are you sure MTA isn't running? Open task manager (CTRL+SHIFT+ESC) go to processes tab and check to make sure there is no gta_sa.exe, Multi Theft Auto.exe or MTA Server.exe running. Apart from that I'm clueless but I'm sure that the more experienced members of the forum will know more about this.
-
Yes that is good, now to hope somebody who knows what those errors mean will read the topic. The best advice I can give is to just change settings using the trial and error method and hope something works. Perhaps the resources at http://mtadownlad.web44.net/ are different to the files in your servers resource-cache folder? To check, copy them over again from resource-cache.
-
Did you ever think nobody wants to download your bmp files? Save them as jpg or png and upload them to an image hoster NOT file hoster then link to the pictures.
-
Maybe there is an error during the save process. Do /debugscript 3 and then screenshot any errors that might popup when you do save.
-
does this game work on lan with just 2 computers ?
Arran replied to spidermight's question in Client
There could be many causes of that. Make sure that the network connection you're editing is the one which has the network cable plugged into. If the network cards work, the cable works, and the IP addresses are setup correctly then it should work, you could try in command prompt to ping the other computer. Windows Key + R. Type in: cmd. Hit enter. Type in: ping 192.168.1.3 (assuming you're on the one that has the IP address of 192.168.1.2) If the ping fails try disabling windows firewall in control panel and anything else installed you have that might block it. Try the ping again. Are you starting the server with MTA server.exe or in the MTA main menu? Either way, check in the LAN tab once its running and see if the local computer is even picking it up in the LAN tab. -
does this game work on lan with just 2 computers ?
Arran replied to spidermight's question in Client
As long as each computer is connected to the same network then yes it will work like a LAN. Go into the network connection settings of each computer and open something like "Local Area Network" go to its properties then go to the TCP/IP section and on one computer use the IP address 192.168.1.2 and 192.168.1.3 on the other. If you got lost with my rushed instructions try these steps: http://www.wikihow.com/Change-your-IP-A ... Windows%29 You should be able to see the other server popup in the LAN tab or try connect to it in quick connect. -
if(firstspawn[source]) then -- won't pass, ever. if (not firstspawn[source]) then -- use this instead firstspawn[source] = true -- do this after their first spawn so it won't run on their 2nd spawn.
-
If MTA is actually crashing then thats out of the scope of the map editor. Submit a report here: http://bugs.mtasa.com/ including the crash dump file in your MTA folder
-
"stop freeroam" And remove it from the servers startup list in mtaserver.conf
-
Contact Trueserve support, they're the ones who are responsible for your FTP.
-
Try turning off asynchronous loading in options -> advanced.
-
game-monitor clearly isn't down if you check on game-monitor. If both the game-monitor and backup server failed then its most likely on your end. Perhaps the port they use is blocked? To work that out you need your server port (eg 22003) and then +123 so port 22126 (UDP) needs to be open in the case of using 22003.
-
v is wrong. It should just be using v[1] and v[2] Your table should be like { {470, "patriot"} } In that case v[1] will be 470 and v[2] will be patriot which is the name of your txd and dff vehicleIDs = { {470, "patriot"} } for i,v in pairs(vehicleIDs) do txd = engineLoadTXD("models/"..v[2]..".txd",v[1]);engineImportTXD(txd, v[1]) dff = engineLoadDFF("models/"..v[2]..".dff",v[1]);engineReplaceModel(dff, v[1]) end
-
Read this: https://wiki.multitheftauto.com/wiki/ACL Go on your server and create an account with /register If /register doesn't work you need to start admin if you have access to a command line of the console you can do "start admin" or add it to the startup list and restart the server You need to stop the server while you edit the ACL.xml and add yourself as admin and upload the new copy of it to your server, then start the server and it will read the new ACL.