Jump to content

Search the Community

Showing results for tags 'mta'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. hi guys Is it possible to add a sound effect like this video to the sound of the player? I want to make a megaphone for police video : megaphone voice
  2. Currently, I'm trying to extract the D_Modu function from the client.lua file within the freeroam module and use it within the TurfSistem module. The purpose is as follows: when a player enters a turf area (onPlayerEnterTurf), their immortality should be disabled, and when they exit, it should remain disabled. That's all I'm asking for. I've been trying to fix this for about a week but haven't been able to find a solution. The file path for the TurfSistem module is [umoKlan]/TurfSistem, and for the freeroam module, it's [umoKlan]/freeroam. Additionally, there's another script named exports.lua, which is likely left there for adding new exports. Just to be thorough, I'll include the code blocks for all of them. My errors are as follows: [02:56:06] ERROR: [umoKlan]\TurfSistem\exports.lua:2: call: failed to call 'freeroam:D_Modu' [string "?"] [02:56:09] ERROR: [umoKlan]\TurfSistem\server.lua:146: attempt to call global 'D_Modu' (a nil value) [02:56:09] ERROR: [umoKlan]\TurfSistem\server.lua:179: attempt to call global 'D_Modu' (a nil value) My codes ; The server.lua file within the TurfSistem module function onColShapeHit(hit,dim) if not isElement(hit) or not dim then return end if getElementType(hit) ~= "player" then return end triggerClientEvent(hit,"TurfSistem:onClientPlayerEnterTurf",hit,id) triggerEvent("TurfSistem:onPlayerEnterTurf",hit,id) D_Modu(hitElement, true) removePedJetPack(hit) if isPedInVehicle(hit) then return end local klan = getPlayerKlan(hit) if not klan then return end local data = getElementData(source,"TurfBilgi") if not data then return end local id = data.id local klanlar = turfs[id].klanlar if not klanlar[klan] then klanlar[klan] = 1 else klanlar[klan] = klanlar[klan] +1 end if not data.saldiran then if klan ~= data.sahip then data.saldiran = klan end end -- triggerClientEvent(hit,"TurfSistem:onClientPlayerEnterTurf",hit,id) -- triggerEvent("TurfSistem:onPlayerEnterTurf",hit,id) if not isTimer(turfs[id].timer) then timerOlustur(id,hit) end end function onColShapeLeave(hit,dim) if not isElement(hit) or not dim then return end if getElementType(hit) ~= "player" then return end triggerClientEvent(hit,"TurfSistem:onClientPlayerExitTurf",hit,id) triggerEvent("TurfSistem:onPlayerExitTurf",hit,id) D_Modu(hitElement, false) local klan = getPlayerKlan(hit) if not klan then return end local data = getElementData(source,"TurfBilgi") if not data then return end local id = data.id local klanlar = turfs[id].klanlar if klanlar[klan] then klanlar[klan] = klanlar[klan] -1 end end The exports.lua file within the TurfSistem module local D_Modu = exports["freeroam"]:D_Modu() --local player = player-- oyuncu değişkenini belirtin --call(getResourceFromName("[umoKlan]"), "freeroam", player, "02") function D_Modu() return exports["freeroam"]:D_Modu(player) end The client.lua file within the freeroam module. -------------------- -----Player Godmode----- -------------------- ozellik1 = guiCreateCheckBox(5, 30, 130, 25, "Ölümsüzlük", false, false, panel) guiSetFont(ozellik1, "default-bold-small") -------------------------------------- -----Godmode Function----- ------------------------------------- local D_Modu = {} function D_Modu() if guiCheckBoxGetSelected(ozellik1) == true then triggerServerEvent("Alpha_Olma", getRootElement(), localPlayer) outputChatBox("#0066ffÖlümsüzlük Modu #FFFFFFAktif", 255, 255, 255, true) addEventHandler("onClientPlayerDamage", localPlayer, nodamage) addEventHandler("onClientRender", root, render) triggerServerEvent("Olumsuz_olma", getRootElement(), localPlayer) else outputChatBox("#0066ffÖlümsüzlük Modu #ffffffKapatıldı", 255, 255, 255, true) triggerServerEvent("Alpha_Olmama", getRootElement(), localPlayer) removeEventHandler("onClientPlayerDamage", localPlayer, nodamage) removeEventHandler("onClientRender", root, render) triggerServerEvent("Olumsuz_Olmama", getRootElement(), localPlayer) end end exports["freeroam"]:D_Modu() addEventHandler("onClientGUIClick", ozellik1, D_Modu, false) function nodamage() cancelEvent() end function render() if getPedWeaponSlot(localPlayer) ~= 0 then setPedWeaponSlot(localPlayer,0) end end I'm awaiting your comments on the codes provided. Please assist me.
  3. Sky Project The server about the Ukrainian city of Chernihiv was created on the basis of the MTA. Map of the real city, RP, detailed transport models, job system, factions, fun atmosphere We are waiting for everyone!!! Discord:https://discord.gg/erDSHhyn TikTok:https://www.tiktok.com/@sky_project_mta?is_from_webapp=1&sender_device=pc -------------------------------------------------------------------------------------------- Sky Project Сервер про українське місто Чернігів створений на базі МТА. Мапа реального міста, РП, деталізовані моделі транспорту, система робіт, фракції, весела атмосфера Чекаємо усіх охочих!!! Discord:https://discord.gg/erDSHhyn TikTok:https://www.tiktok.com/@sky_project_mta?is_from_webapp=1&sender_device=pc
  4. Gamemode Servidor MTA: https://www.mediafire.com/file/hyeoz8ct4xa6wj5/Compton+Roleplay.rar/file Gamemode Compton Roleplay con base de chicago roleplay y otra en downtown SQLLITE y la otra version tiene MYSQL Planilla Del Servidor Compton RolePlay: https://discord.new/7r2fqxVvaxKT
  5. How about admin only map Editing.
  6. Hey Gamers, yes i am making a new server and yes its sound dumb because there are alot of servers now but im gonna do it. Guys im planing to make an international server, and i got some questions to ask from you guys because you guys are experts in this. 1.What host you recommend me to start? I need some cheap hosting. 2.Is there any other website where i can get resources for MTA rather than this website? 3.i couldn't find a character makimg system, can someone please tell me where i can get a character making system?. 4.is there a readymade RP server resources? Is available can i please get a link?.
  7. IP: mtasa://147.135.199.149:20268[/b] Wstęp Witajcie! Mamy zaszczyt przedstawić Wam nowoczesny serwer RPG na platformie MTA. Serwer jest tworzony z myślą o Graczach, którzy poszukują nowoczesnej rozgrywki, na dość wysokim poziomie. Prace Dorywcze Tutaj postanowiliśmy postawić na prostotę - lecz nie zabraknie innowacyjnych prac Naszym zadaniem jest, dostarczenie dużo rozgrywki, aby po kilku godzinach, bądź dniach - serwer nie znudził Wam się. W delikatnym stopniu pojawią się współczynniki RP (Role Play) ale nie będziemy kłaść na to duży nacisk, Użytkownik na naszym serwerze, ma czuć się swobodnie oraz czerpać radość z rozgrywki. Gospodarka Spędziliśmy sporo czasu, aby stworzyć model gospodarki, który zadowoli największych wyjadaczy Zarobki zostały zbilansowane tak, aby czerpać przyjemność z rozgrywki. Przychody będą oscylować w granicach od 6.5k do 8.5k na godzinę. Cele Nasze zasoby będą dość rozbudowane, lecz nadal proste w działaniu, aby Użytkownik nie był zakłopotany i intuicyjnie wiedział, jak ma wykonać daną czynność na serwerze. Chcemy odbiec od typowych schematów, które występują na serwerach RPG. Rozgrywka Głównym miastem zostało wybrane Las Venturas. Początkowo w tym mieście będzie kręciła się rozgrywka - ale spokojnie, w przyszłości planujemy poszerzyć ją o kilka pozostałych miast i wsi. Tekstury oraz modele Przede wszystkim prostota! Stawiamy na proste modele jak i tekstury, które pojawią się na serwerze. Nie chcemy przede wszystkim tego, aby serwer zbędnie był obciążony i powodował spadki FPS’ów u Graczy. Dodajemy modele tylko wtedy, gdy są one konieczne – wiadomo, Gracze cenią sobie modele i ich wygląd, my również będziemy je wprowadzać, ale nie w nadmiernej ilości – i przede wszystkim nie na obiekty, które naszym zdaniem są zbędne. Socialmedia Discord: https://discord.gg/pPY6Td4qYK Serdecznie zapraszamy!
  8. se busca scripters para este servidor que sepa programar en lua de forma voluntaria si quiere puede unirse al proyecto estamos con la gamemode de chicago roleplay / pop life / life stealh roleplay son de la misma base las 3 se maneja algo similar por lo que tengo entendido el que este interesado entre al servidor de discord, verifiquense y abran un ticket para hablarme de forma privada adamas buscamos nuevos usuarios que sean activos para poder poner en pie el servidor, gracias. Discord: https://discord.gg/Ecjn6AyUQN
  9. se busca scripters para este servidor que sepa programar en lua de forma voluntaria si quiere puede unirse al proyecto estamos con la gamemode de chicago roleplay / pop life / life stealh roleplay son de la misma base las 3 se maneja algo similar por lo que tengo entendido el que este interesado entre al servidor de discord, verifiquense y abran un ticket para hablarme de forma privada adamas buscamos nuevos usuarios que sean activos para poder poner en pie el servidor, gracias. Discord: https://discord.gg/Ecjn6AyUQN
  10. Beyler selamın aleyküm, Normalde mta oynarkan böyle bir sorun olmazdı fakat 26 ocak cuma gününden itibaren fpsim 80-90dan birden 1 düşüyor ve bu oyunda 4-5 saniyelik takılmalara neden oluyor. Çözümü nedir acaba?
  11. Hello, I was playing MTA, the game I always play, one day and suddenly I got the error VF #2 0905000 and I asked the admin on the server I was on and he told me that I had to format my computer. I formatted it and it didn't work out. I did some research, I think it was something like a virus and I formatted my computer 4 times in a week, it didn't work out, please. Can you help me? I have an MTA diag record.
  12. 3ala

    water level

    i have a problem il water level wan i use sea Water Level not all the water included the water in the corners of the map
  13. Balkan DayZ [EUROPE] [REBORN]|LOOTx2|ZM SHOP] IP: 178.63.13.143:22598 Features: Zombie Shop English More Guns Mission System Group System Zombie System Radar u A51 NO LAG
  14. Have you played one of these racing maps? Basically, people need to help one person get to the end of the map. Here's a cool example of a teamwork map. Something unique
  15. Hello guys, does anyone have an idea how to send Lua values to JavaScript to display them in the game, or for example, to show a list of players or run a JavaScript function?
  16. Bom tentei criar um Script onde ele bloquearia o a viatura para outros players porem nao funcionou nao exatamente Bom ele impede q o player entre no carro mas caso o jogador saia e deixe a porta aberta jogadores que nao pertença a acl conseguem entrar e dirigir eu queria q de alguma maneira eles entrassem e fossem ejetados do carro function enterVehicle(player, seat, jacked) local account = getPlayerAccount(player) if (not account or isGuestAccount(account)) then return end local accountName = getAccountName(account) if (getElementModel(source) == 580) and (not isObjectInACLGroup("user.".. accountName,aclGetGroup("Teste"))) then setVehicleLocked(source, true) outputChatBox("Teste Teste Teste Teste.", player) else setVehicleLocked(source, false) end end addEventHandler("onVehicleStartEnter",root,enterVehicle)
  17. Hello Everyone! I have the following code: local thePlayer = localPlayer local x, y, z = getElementPosition(thePlayer) local rot = getPedRotation(thePlayer) local newX, newY = getPointFromDistanceRotation(x, y, 3, rot+180) So, this code calculates the coordinates (x and y) 3 meters in front of the player's position. Now, I want to check if the highest point at these coordinates is water (true) or not (false). This is to ensure that the action is only performed if there is water in front of the player. How can I achieve this?
  18. Здравствуйте, пишу лаунчер для своего проекта MTA и возникала проблема читерами, я сделал систему чтобы на сайте у меня показывало кто сейчас сидит в лаунчере ( Их серийники метеринских плат ) Я бы хочел чтобы так же можно было видеть их серийник MTA чтобы сразу блокировать читеров на своем сервере. Есть ли какая-то библиотека или API чтобы узнать этот серийник?
  19. Witam. Startując skrypty na własnym na serwerze MTA 1.5 dostałem bana za rzekomego autoclickera i rzekome cheaty co nie ma żadnego miejsca. Gdzie mogę się od tego odwołać? https://imgur.com/HVc49kP
  20. Eae rapaziada, estava fazendo um script e queria fazer um efeito de Fade In em uma imagem, porem esse efeito, essa imagem so deve aparecer após hitar um marker, estava tentando usar a função interpolateBetween junto com alguns timers mas sem sucesso, dei uma procurada no forum consegui fazer com que o fade funcionasse caso uma bind fosse acionada, mas nao consigo aplicar assim que player acerta o marker, podem me dar uma direção ou algum link que possa me ajudar pfv
  21. Please someone help, I have a problem with my DirectX, when obviously I have the latest version, it says "You must have at least DirectX Version 9.0 to start GTA:SA" but I already have the latest, I think, which is the 12. HEEEEEELP!
  22. Hi I have a problem whit starting the linux server i use ubunu 19.XX the ssh says: root@server:~/mta# ./mta-server64 libncursesw.so.5: cannot open shared object file: No such file or directory ERROR: Could not load ./x64/core.so * Check installed data files. Press enter to continue... q root@server:~/mta# ldd /x64/core.so ldd: /x64/core.so: No such file or directory root@server:~/mta# ldd root/mta/x64/core.so ldd: root/mta/x64/core.so: No such file or directory root@server:~/mta# ldd x64/core.so linux-vdso.so.1 (0x00007fff41da0000) libncursesw.so.5 => not found libtinfo.so.5 => not found librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f43d12c7000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f43d1179000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f43d1158000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f43d0f6d000) /lib64/ld-linux-x86-64.so.2 (0x00007f43d164b000) #root@server:~/mta# ./mta-server64 libncursesw.so.5: cannot open shared object file: No such file or directory ERROR: Could not load ./x64/core.so * Check installed data files. Press enter to continue... root@server:~/mta# I have core.so i also try apt-get install lib32readline5
  23. Dzień Dobry Poszukuję Skryptera Który Będzie Tworzył Scrypty Na Serwer MTA Mamy Bardzo wysokie I Na Pewno ciężkie Żądania Co do scryptów Wszystkie Scrypty Które będą Działać I Będą Nam Się podobać Zapłacimy Dobrą Sumę Kontakt: [email protected] Discord: PavelYTUt#3177 Max Siekawski#1889 Hello I am looking for a Scripter Who Will Create Scripts for the MTA Server. We have very high and for sure heavy Demands on the scripts. All Scripts Which Will Work And We Will Like We Will Pay A Good Sum Contact: [email protected] Discord: PavelYTUt#3177 Max Siekawski#1889
  24. Xwaw

    Ped scripting

    Ok so recently I was thinking of reworking the police from gta san andreas to mta san andreas and making a police waves style minigame you have to survive. I have an idea how to do it but I don't know if the engine will allow me to do it. So my question is, if I want to program a ped to get to the player's position avoiding obstacles (without jumping over them) with the a* algorithm, am I able to do that? Because the last time I did this type of thing, one such npc could crash my entire game. As for the respawn of such bots, it would work more or less in the same way as in the original version of gta sa
×
×
  • Create New...