Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/10/22 in all areas

  1. Hello, It's been 4/5 years im now permanantly banned from MTA, Im still in contact with MTA friends and im still loving this game even without playing. I got banned at 18 years old, im now 23, i grow up and i admit my big errors, im more mature than before and i understand and i accepted my sentence. I will be honest, i some times tried to connect to mta with new pc, but mta always win so i gave up. I would like to get my chance, after all these years i realized how stup*d I was, because I was ruining players gameplay and especially mine. So, i would like to get a new start on MTA if you guys accept. I would like to apologize to Dutchman especially. Thank you, Laks. Serial: B26A519E92719E21FABDC399D46FE7C2 ( sorry for spam i had to make a new post )
    1 point
  2. 1 point
  3. That probably won't help if there's a different program that is modifying or preventing MTA from running correctly.
    1 point
  4. New updates #4 Garages: To buy a garage, you must have 500 Shop Tokens,GTA:SA all garages,you can only rent 2 garages. TopMurders : We collect the total number of players you killed in the game in a table and give 500 Shop Tokens to the 1st ones.
    1 point
  5. updates and innovations : TopMurders : We collect the total number of players you killed in the game in a table and give 500 Shop Tokens to the 1st ones. VIPHouse : We have made many changes to the VIP House system and its appearance codes have been changed, it is now more useful. War_System : We made some updates to the battle system and fixed multiple bugs. Loots : very rare loot edited, these are located in the LS region, their color is PURPLE ScoreBoard: color settings and some adjustments adjusted. If nothing goes wrong, we will log into the server together on Monday and Tuesday, we will start to deal with it now,every day we make some evaluations taking into account the errors and innovations in the server, see you soon...
    1 point
  6. hello guys, we made a home system for VIP players and I want to share a video for it,The purpose of VIP House and how to use it, everything is available in the video. VIP House Video
    1 point
  7. New updates #2 Gold items : Specially placed loot is available in the LV region,they are known as the most important items on the server.(If you see loots in white color they are designated as standard loots,loot in gold color is known as the best and hard to find loot.) [soon pink and green loot will be placed.] New Ranks/Titles : Multiple ranks have been added to the server, you can read these ranks on discord,To earn ranks you have to kill zombies and humans and additionally improve your XP and Alive Time. 1-Changed the appearance of backpacks and weapons. 2-Car models changed. 3-Now you will not wait long in the upload section when you log in to the server because they are edited as small files. (40 or 50 MB) 4-Zombie damage and your damage when falling from height have been adjusted to a minimum. 5-Hunger borders are formed faster. 6-Login panel changed. 7-Now you have to spend more effort to increase experience points,because it is difficult to gain experience points. 8-All databases on the old server have been reset, now all players must create a new account and play evenly. 9-Information box made in game. 10-New interiors created. 11-If you are new to the game, we have prepared a small package for you, when you type ./Prizeitems in the game, the loot we have determined will be given to you as a gift. See you again in new updates, soon there will be different and more different systems that we will put great effort into. New Inventory system will be added in DayZ 2.1 release.
    1 point
  8. There are new broken buildings and loot in the area I marked with red lines We have named the War System in the area that I have indicated with the red zone, this is the war zones.
    1 point
  9. new innovations and regulations # 1 Night Mode : As of 22:00 Germany time, it will be dark inside the server and thus the game will be more enjoyable. Level/Reward : Tokens will be given to players per level (for example you are level 10 and you have reached level 11 so you will earn Tokens.) Zombies : (2 different zombie systems available,In some missions, you may encounter difficult zombies, but you can see easy zombies in the normal world.) Hunt Event : An Event system that VIP members and Admins can use (Before activating the event, you must write the amount of Token, then you start the game, its location will be determined on the map, the determined amount of Token will be gifted to those who kill the person who activated the event.) Map : Different loot will be created in the forest regions, so you will spend more time in the forests.
    1 point
  10. We continue to bring innovations to the server,The whole system will start as soon as possible. and we've made adjustments for a more enjoyable gaming experience, so we help you find the loot,There are special loot in many areas, extra 1 Token will be given to you when you kill 3 zombies, special loot and rewards will be given to you when you complete in-game If we can make different systems according to your wishes, all you have to do is contact me via discord. [F2B]Shady#5809
    1 point
  11. Looks like something like this local respawnPoints = { {0, 0, 3}, } local function findNearestRespawnPoint(x, y, z) local nearestPoint = { distance = 99999, index = 1 } for i, v in ipairs(respawnPoints) do local distance = getDistanceBetweenPoints3D(x, y, z, v[1], v[2], v[3]) if distance < nearestPoint.distance then nearestPoint = { distance = distance, index = i } end end return respawnPoints[nearestPoint.index] end local function respawnPlayer(player) local x, y, z = getElementPosition(player) local point = findNearestRespawnPoint(x, y, z) spawnPlayer(player, point[1], point[2], point[3]) end addEventHandler("onPlayerWasted", root, function() setTimer(respawnPlayer, 1000, 1, source) end)
    1 point
×
×
  • Create New...