Jump to content

StifflersMom

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by StifflersMom

  1. Hi, if there are no problems with open ports, it may be related to https://bugs.mtasa.com/view.php?id=9678 Be sure to use the latest build of the linux server.
  2. Try to set "Local Port" to the same as Port Range. That is because you have an external ip and an internal ip. So you can also assign external ip port 666 to internal ip port 999. For the mta-server the ports should be the same
  3. Hi, first of all check the "physical" ping by ping your.servers.ip.address If the result is the same like the ping you get at the game, there may be a problem with your vps hoster.
  4. StifflersMom

    FPS Drops

    Hi, this is no server problem, it's more a client problem, depending on the performance of the client. To be more specific: The CPU and the graphics card.
  5. Hi, I think you are searching for "freeroam", not for "play"
  6. That's depending on your code. If you have a GUI, where you have to put the password in, it will be guiEditSetMasked, as described at the wiki. If you want more details, we have to see the code, especially the part of the password input StifflersMom
  7. You need https://wiki.multitheftauto.com/wiki/GuiEditSetMasked StifflersMom
  8. A little bit more on-topic: We are running a mta-server on linux since 2011 and we had all funny memory side effects, even crashes of the 32bit version. Since we have changed to the 64bit version on linux, we are tracking our uptime more than the memory in case of the "49 days uptime bugs" (some of them are fixed but not all, I think). I'm a little statistics freak, so we graph our memory consumtion and player counts of the mta-server process, so just for fun I provide the memory stats and player counts for the last 4 weeks: Player counts: related to memory consumption: The green graph is VSZ (Virtual Memory Size) and the blue line is RSS (Resident Set Size). The server machine has 32GB RAM. As an example, the server was crashing at week 06 without any dump (we know about out of memory crashing from 32bit versions, mostly, there are no dumps) - We changed at week 06 to r7069 after the crash, but actually, this version uses much more memory ans it's still running. The slightly decreasing of memory use at week 08 was without restarting anything. It has just happened without any reason Also, we had a v1.4-release-6892 64 bit server (for me, it was the stablest version from the sight of the memory consumption) running for more than 49 days without any memory problems. Off-topic: The other issues with more than 49 days uptime we reported here: http://bugs.mtasa.com/view.php?id=8675
  9. Fake server : mtasa://78.46.30.35:27515 (listed as [Tomy's MTA-SA] multiworld fun server ) Real server : mtasa://37.187.78.43:22003 (This is the original listed as [Tomy's MTA-SA] multiworld fun server , I'm the owner since 2011) Thanks.
  10. Really nice job! We enjoy MTA since 2011 now and we hope it will be available for many more years! Special thanks to ccw, sbx320 and Jusonex StifflersMom
  11. I'm really sure, Turkish will be there http://bugs.mtasa.com/view.php?id=8371
  12. You have to be root to use apt-get. If it is your own vps, connect with putty and do the following before usting apt: sudo su
  13. Alternativ: Funktionieren alle anderen Programme? Möglicherweise solltest Du auch mal mit Memtest86 die Hardware (Speicher) prüfen. Manchmal gibt es solche Fehler auch, wenn der PC übertaktet wird.... MfG StifflersMom
  14. StifflersMom

    Help me

    For me and propably others, some things may be not clear enaugh: You talk about the server and how you shutdown it. Are you talking about the server or are you talking about the mta-server process? If you can login as root to your server, the description in posting.php?mode=reply&f=106&t=70736#pr658021 has to work.
  15. StifflersMom

    Help me

    If you are on your mta-server console: quit
  16. StifflersMom

    Help me

    How do you started the mta-server ? Do you leave it alone and don't see the mta-server console? If so, you may try the following: open a shell on your sverver, where the mta-server runs. try the following command: ps a | grep mta-server Your output may be: 1263 pts/2 Ssl+ 334:06 ./mta-server 21105 pts/4 S+ 0:00 grep mta-server look at the PID of the process ./mta-server , it's the number on the left side (1263 in this example) you can kill the server with the following command: kill 1263 Well this is the "hard" way, before you start it again, you should "screen" it, described at this post: viewtopic.php?f=106&t=70474#p655824 <- read this This runs your mta-server console at the background if you detach it and you can reattach the console later (described at the posting). Hope, that helps
  17. Hi, may be, I'm wrong, but have you tried to install the 32bit package also? i libsqlite3-0 i libsqlite3-0:i386 mta-server is a 32bit version and If I'm right, it could only deal with 32bit libraries
  18. Hi, try the following steps: Install the package named "screen" start your mta server with screen ./mta-server The server should start like the screenshot you provided. If you want to shutdown your console, press ctrl a followed by d (without ctrl), this detaches your screen view and the server session is running in background. If you are back to your shell, you can check it with the command: screen -ls The output should be similar like this: There is a screen on: 16690.pts-1.myserver (26.01.2014 00:39:43) (Detached) If you are back to your shell, you can re attach the screen with the command: screen -rx Additionally, you can view the screen session from more than one terminal session Hope that helps
  19. Hi, einige der letzten MTA Versionen haben diese Meldung beim Start erzeugt, wenn man dort "No" geklickt hat, lief es ganz normal weiter. Schon probiert?
  20. Hi, Du könntest vielleicht noch schreiben, was das Ziel davon ist. Denn: - Wenn Du Dein lokales GTA veränderst, sind diese Änderungen nur für Dich zu sehen. - Möglicherweise kannst Du mit einem veränderten GTA bestimmte Server nicht mehr connecten. Möchtest Du objekte wegnehmen, damit Du an die Stelle etwas eigenes pappen möchtest?
  21. Hi, is this windows machine directly connected to your internet providers network?
  22. Within the last weeks game-monitor.com has trouble with their database. If your server was listed before and it was not constantly reachable, the server will disappear at the list and not listetd again. This happend to our server as well in case of a power problem at our old provider where the whole machine was down for an hour. The server was listed before for one year. We has moved our mta server to a new provider two weeks ago. The new server was never listed and the old server is back at the list today. The database of game-monitor seems to be up again but may be not all of the things are working now. I think, you only have to wait or additionally take a manually listing at game-state.eu or other alternatives. CU Edit: Now both are listed. May be yours too
  23. On Ubuntu 12.04 there is NO libreadline5-dev ! I'm not 100% shure but I think, libreadline-gplv2-dev is the trick. It's based on libreadline5. But this is only needed if you compile the source of mta server. The statically precompiled mta server binary is running nearly out of the box, because the libreadline5 package is still available. I run a mta server on a ubuntu 12.04 LTS x64 (!) with 3.2.13-grsec kernel without any installing problems just installing ia32-libs, libreadline5 and - if I remember correctly - libxml12:i386 ... There was nothing to copy as described at the 64bit tutorials.
  24. Then the wiki part is wrong. If you see it in "pure" sql, then you can do a "SELECT whatever FROM table where whatever = 1" This is correct for a numerical value. For Chars, Varchars or Text it should be "SELECT whatever from table where whatever = '1' "
  25. If this is the problem, the wiki for executeSQLQuery should be updated local result = executeSQLQuery("SELECT money FROM players WHERE name=?", playerName) May be, the space between = and ? is also a problem
×
×
  • Create New...