
knash94
Members-
Posts
143 -
Joined
-
Last visited
Everything posted by knash94
-
It replaces everything, just use this data.zip and place it into that folder. It should get rid of any errors at all, it may just be the most little of changes.
-
MTA no longer uses accounts.xml, it uses sqlite with a file called "internal.db"
-
No problem, type /refresh and then click the refresh button on your panel, you should see the resource at the bottom.
-
in mtaserver.conf, use this line instead of *.*.*.*, it will automatically bind the server to your ip
-
Follow the guide at viewtopic.php?f=114&t=33722&hilit=+Ports , hopefully that will work. I won't be able to help you any further with ports, I'm used to having them all open for me.
-
Leave the ip address blank in mtaserver.conf and check if your ports are open @ https://nightly.multitheftauto.com/ports/ Good luck
-
Well if other decent scripters agree to a google code project or something like it then I'd be willing to put my time into it, but if I'm being honest I'm not too sure if my lua knowledge will be able to help out that much, hopefully.
-
Just curious, could we possibly get a release of this unstable resource. I'd like to see what method was used to do it and try to adapt into this method as well as having a bash around with it. I'm always up to taking part in development of it though, if I can be any help.
-
Some servers don't allow mods, you might have a car mod or something that is blocking you from entering the server. Download community.multitheftauto.com/data.zip and put it into your San Andreas folder and unzip it.
-
I got a centOS 5 on x86_64 architect if that help, did come across 1 lib error though
-
Gta-multi.com, Quality MTA San Andreas Hosting.
knash94 replied to Gta-multi's topic in Hosting solutions
Make a paypal dispute and they will refund your money, they refunded mine - tell all your friends that are with this host too -
Gta-multi.com, Quality MTA San Andreas Hosting.
knash94 replied to Gta-multi's topic in Hosting solutions
So I've been with gta-multi for around 2 months, but with the recent downtime I took a look onto google to see if I could find any results as in to why they have downtime, I found this at http://www.webhostingtalk.com/showthread.php?t=1062180 He accused me of stealing someone's work and hosting illegal vBulletin software - none of that was actually true. He also claims so many things, none of which are true, he just used a vBulletin 4.1.2 exploit. Also threatened some of our users to steal their credit card details. After this all happened he came to our forums with his real username and though that no-one would actually investigate what went on and he would never get caught by using a proxy. As you can notice, he's a GTA-Multi staff member. How can you ever be sure to host your things there when the owners/workers are actively trying to hack sites. They could easily compromise anyone's database hosted on their servers and try to bruteforce the passwords or other delicate information. Think twice before choosing GTA-Multi as your host! I'm guessing after hacking webhostingtalk, they decided to hack gta-multi.com back, or maybe Maj decided to hack the company he works for, who knows. Anyway I wouldn't trust these guys with s*** anymore. -
Thanks I will try that and let you know of the results
-
Thanks for the help though
-
Hello, now that my new vps is up, everything seems to be going fine except for Castillo's rpg server and a few issues with my freeroam server. They are both receiving massive amounts of lag (Chat lag & time out message for a long period of time, around 15 seconds at times) but when we turn off some resources that use XML the lag seems to go. and well, as varez pointed out on the scripting section. Castillo uses a lot of XML files and can't really expect him to convert it all to SQLite/mysql. Just wondering if anyone has experienced such issues in the past. I have contacted my host and they have tried there best to fix the issues but it just won't work. Server stats/performance: Centos 5.x x86_64 RPG Server: 2.2% cpu 0.9% mem Freeroam server: 0.5% cpu 1.1% mem I have done pings, traceroutes in and from the server. Nothing seems to be wrong there, everything else seems to run fine (We have cpanel/sql/apache and stuff running too, but shouldn't cause this much lag seeings we run 1 website) Before writing this post I noticed robhol had the same issue (viewtopic.php?f=106&t=25878&p=299316&hilit=lag#p299316) and also, I have used performance monitor and attended to the high resource usage scripts but still not fixed. Please write back if you have had the same issue
-
local sound = false function onClientPressX (key, keyState) if sound then destroyElement(sound) sound = false else sound = playSound("song.mp3") end end bindKey("X", "down", onClientPressX) Remember, this is a client side script and the sounds should be added into the meta.
-
Very laggy too, I would reccomend not using remote mysql from mta and ask your host if they can set you up an sql server. (If you have a host that is), I was trying this a few weeks back. Was too laggy, kept crashing the server too.
-
Read my thread, I have passed the errors and posted my solutions. viewtopic.php?f=106&t=29863 Hope it helps (:
-
I hate to bump but I noticed there is alredy an resource for this, just wondering if there is actual functions out for this? If so, could they please be updated on the wiki I have noticed a few events on this matter though. Thanks
-
I said the libpcre is fixed and I posted my solution too it, just that I am now getting '/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /root/ga mes/mta/fr/xmll.so) ERROR: Loading XML library (xmll.so) failed!' Edit: Fixed in viewtopic.php?f=106&t=26156&p=300821&hilit=GLIBCXX_3.4.9#p300821, thanks for the support varez
-
Sorry to double post, I now have the vps, got the pcre error and thats out the window now (solution: cd /lib ln -s libpcre.so.0.0.1 libpcre.so.3 ) But anyway im now getting this error '/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /root/ga mes/mta/fr/xmll.so) ERROR: Loading XML library (xmll.so) failed!' Thanks in advance
-
I think Freeroam rocks, as Varez was saying. You can do anything on it when you want, just a bit of a creative mind and you can do anything you like. In my server, a little bit of RP is always used. One of my members have even made a prison to rp with (Nicely done too) and other times we do routed races with a few players.
-
Ok for the host I am wanting to go for it will 64 bit, do you know what libraries I will need? Thanks for the response
-
Hello, My clan in interested in ordering a 64 bit CentOS 5.x server, but after having trouble with CentOS in the past I want to make sure it will work with 64 bit. Thanks
-
Thank you so much ccw, it appeared to be the issue. Strange how it worked sometimes for one of us but not others. Yayyyy! No more people nagging me because the server is down.