-
Posts
253 -
Joined
-
Last visited
Everything posted by -ffs-Sniper
-
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.
-
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>
-
Login / register wont work on my server . Help please
-ffs-Sniper replied to twitch97's topic in Hosting solutions
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. -
Compiling your own MTA client will not make it possible to join public servers.
-
REPORT COMMUNITY CENTER RESOURCES HERE
-ffs-Sniper replied to SATAN's topic in General MTA discussion
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 -
If I understood you correclty: P (admin panel) -> Resources -> look for race -> select and click Settings -> set Random Maps to true
-
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.
-
It will work, yes. Although I highly recommend you to use XML or SQLite.
-
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.
-
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
-
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?
-
REPORT COMMUNITY CENTER RESOURCES HERE
-ffs-Sniper replied to SATAN's topic in General MTA discussion
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 -
JiHost.co.uk - where quality is cheaper!
-ffs-Sniper replied to JiHost.co.uk's topic in Hosting solutions
There you got it, another GTA-multi-like host came and died. -
REPORT COMMUNITY CENTER RESOURCES HERE
-ffs-Sniper replied to SATAN's topic in General MTA discussion
https://community.multitheftauto.com/index.php?p= ... ls&id=4408 Edited (stolen) version of the DDC speedometer. -
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?
-
Oh, true, you can use adblock but I think they should fix that properly. Going to ask for a fix a #mta.
-
I think you will need to teleport the player from interior to interior if I understood you correctly.
-
REPORT COMMUNITY CENTER RESOURCES HERE
-ffs-Sniper replied to SATAN's topic in General MTA discussion
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 -
With i=0 it starts counting at 0, so it will be executed 51 times.
-
JiHost.co.uk - where quality is cheaper!
-ffs-Sniper replied to JiHost.co.uk's topic in Hosting solutions
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/ -
Did you stop your server before editing the ACL.xml? Be sure to use my ACL posted above.
-
No problem, you're welcome. We all used to be noobs at the beginning
-
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.
-
This must work now: http://pastebin.com/7TF4Pgjc