Jump to content

-ffs-Sniper

Members
  • Posts

    253
  • Joined

  • Last visited

Everything posted by -ffs-Sniper

  1. Please post your meta with tags.
  2. What exactly do you mean by "groups sys"? They are both using the registry.db (SQL) or internal.db (account data) to store the data. Since they are both using the SQLlite database engine there is no difference in terms of lag. However SQL has a lot more possibilities to manage/sort the data.
  3. That is actually a pretty frequent question. The script integrity test is used to protect all the global tables from being messed up. Normally the server is supposed to kick the messed up player but this often fails for a reason: The race resource does not have the permission to kick a player. To solve this problem just add this to the Admin Group: <object name="resource.race"></object>
  4. We don't have any information about what scripts you are using and what exactly your problem is. However, try to restart your server and check the /mods/deathmatch/logs/server.log file for any errors associated with your uploaded scripts. If you found something please post it right here.
  5. Compiling your own MTA client will not make it possible to join public servers.
  6. Stolen maps (ban Mr.Domo, please): https://community.multitheftauto.com/index.php?p= ... ls&id=4640 https://community.multitheftauto.com/index.php?p= ... ls&id=4641
  7. If I understood you correclty: P (admin panel) -> Resources -> look for race -> select and click Settings -> set Random Maps to true
  8. I was able to open your registry.db without any problem using a standalone SQLite browser. The problem is probably caused by your script. Therefore I recommend you to post parts of your stats system showing what is being executed when a player joins.
  9. It will work, yes. Although I highly recommend you to use XML or SQLite.
  10. AddAccount needs a valid account element in order to function correctly. It is possible to create an account and to use getAccount to get the account element. Honestly, xml or SQLite would be more efficient in this case.
  11. -ffs-Sniper

    VPS

    I recommend you to use screen sessions for your MTA servers. Just install "screen" with "apt-get install screen" and read the following tutorial made by me: ----------- Screen usage ----------- Don't forget to remove the < and > when using the commands! Start a screen (MTA server) with a <name> (You must be inside of the directory where the "mta-server" file is located): screen -S <name> ./mta-server CTRL + A + D to deattach from a running screen (closing it without stopping the process) Reattach to a screen called <name>: screen -x <name> List all screens with their <name>s: screen -ls To shutdown a server first reattach to the screen using "screen -x <name>" and then type in: quit
  12. At first, be sure you are using the latest nightly build from https://nightly.multitheftauto.com/?mtasa-1.3-rc-latest, if you're on an outdated revision or don't know what revision you are using, just download and install it. It might be a problem with the write protection of the file. Could you please give us any further information about your OS?
  13. Stolen resources from me and Nextreme: https://community.multitheftauto.com/index.php?p= ... ls&id=4505 https://community.multitheftauto.com/index.php?p= ... ls&id=3580
  14. There you got it, another GTA-multi-like host came and died.
  15. https://community.multitheftauto.com/index.php?p= ... ls&id=4408 Edited (stolen) version of the DDC speedometer.
  16. Uhm, sorry, but this is forum dealing with the Multi Theft Auto multiplayer not with the singleplayer. Can you please be more specific about what you need? Do you want a speedo for the singleplayer, do you need a speedo for your own Multi Theft Auto server or do you just want a speedo for your favourite MTA server?
  17. -ffs-Sniper

    Advertisements

    Oh, true, you can use adblock but I think they should fix that properly. Going to ask for a fix a #mta.
  18. I think you will need to teleport the player from interior to interior if I understood you correctly.
  19. More maps that have been uploaded without the author's permission (Please, ban All_For_You): https://community.multitheftauto.com/index.php?p= ... ls&id=4252 https://community.multitheftauto.com/index.php?p= ... ls&id=4249 https://community.multitheftauto.com/index.php?p= ... ls&id=4251 https://community.multitheftauto.com/index.php?p= ... ls&id=4250
  20. With i=0 it starts counting at 0, so it will be executed 51 times.
  21. Most likely the 16G from kimsufi for <50€/month. Sorry, but hosting at VPSs and then on a 100MBit line does not sound professional to me. Not mentioning the missing RAID 1. http://www.kimsufi.co.uk/
  22. Did you stop your server before editing the ACL.xml? Be sure to use my ACL posted above.
  23. No problem, you're welcome. We all used to be noobs at the beginning
  24. 20000 is the maximum model ID in the GTA world while 8192 determines the radius of the area where models should be deleted. (8192 and -8192 are the maximum X and Y coordinates). Take a closer look at the removeWorldModel function in the wiki.
×
×
  • Create New...