Jump to content

Shady1

Members
  • Posts

    866
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by Shady1

  1. eğer aynı dosyayı indirdiyseniz ve sizde bu sorun varsa, bu sizin bilgisayarınızla alakalı bir çok neden olabilir, örneğin kurulum esansındaki hatalar yanlış yere kurulum yapabiliyorsunuz, C :\Games\gta-san yapabilirsiniz. daha sonra GTA:SA dosyaları içine modsuz bir şekilde kurulum yapabilirsiniz. başka GTA:SA yükleseniz bile bu sorunu yaşayacaksınız, gta-sa dosyasını doğru şekilde kurmalısınız.
  2. sorun GTA:SA tarafındadır, yani dosyada büyük ihtimal sorun var GTAYI : GTA path: C:\Users\Hasan Bey\Desktop\rina-roleplay-gta-san-andreas bu şekilde yükleme yapıyorsunuz bunun yerine C:\Games\GTA:SA yapabilirsiniz. probelmin ana kaynağı gtasa dosyasıdır. ekstra olarak'ta mtayı : https://nightly.mtasa.com/mtasa-1.5.9-rc-21591-20230213.exe bu sekmeden indirmenizi tavsiye ederim, bu MTAnın son sürümüdür. hala sorun devam ederse bilinki sorun GTA:SA dosyasıdır
  3. tekrar mtadiag çalıştırabilirmisin, çünkü shell execute birden fazla nedenden kaynaklanıyor, yeni bir mtadiag çalıştırmanı istiyorum
  4. https://answers.microsoft.com/en-us/windows/forum/all/need-more-help-windows-10/21e6f616-80f1-47de-bd38-f30b572f695e belki işine yarayabilir
  5. sürücülerini güncelledinmi bu da önemli bir faktör çünkü, her zaman Standart Nvidia tercih edilir, eğer bu yazıdan yani bu uyarıdan kurtulmak istiyorsan, "Bir daha gösterme" butonuna basabilir ve TAMAM butonuna basabilirsin
  6. hi welcome to forum, i have prepared and tested a code for you, it works,and add it to the whitelist.json one below the other like this,If you have more problems, you can open a new thread. >> Lua << local WHITELIST_API = "http://localhost/whitelist.json" --change with your url addEventHandler("onPlayerJoin", root, function() local player_ = source callRemote(WHITELIST_API, function(response) if(not isElement(player_)) then return end if(response == "ERROR") then return end local playerSerial = getPlayerSerial(player_) for _,serial in ipairs(response) do if(playerSerial == serial) then return end end kickPlayer(player_, "You are not authorized to access this server") end, player_) end ) addEventHandler("onResourceStart", resourceRoot, function() local players = getElementsByType("player") callRemote(WHITELIST_API, function(response) if(response == "ERROR") then return end for _,player in ipairs(players) do if(isElement(player)) then local playerSerial = getPlayerSerial(player) for _,serial in ipairs(response) do if(playerSerial == serial) then return end end kickPlayer(player, "You are not authorized to access this server") end end end, players) end ) >> whitelist.json << [ [ "123", --add serial you want to access serial "321",--add serial you want to access serial "132" --add serial you want to access serial ] ]
  7. Hi welcome to the forum, you should install GTA:SA properly, you can do C:\Games\GTA:SA instead of the following folder,and a download : https://nightly.mtasa.com/mtasa-1.5.9-rc-21587-20230211.exe GTA path: C:\Users\Hasan Bey\Desktop\rina-roleplay-gta-san-andreas
  8. olala I love this man, thank you for your support so far MTA Team
  9. Shady1

    CD46 Sorunu

    kanka türkçe yazabilirdin türkçe bölümündeyiz, her neyse bir sorun daha olursa yazabilirsin ve yorumma like atabilirmisin
  10. Shady1

    CD46 Sorunu

    Merhaba MTA Foruma hoşgeldiniz, işte burası TR bölümü sizlere yardımcı olmak için bir bağlantı göndereceğim kontrol edebilirmisin. https://updatesa.mtasa.com/sa/trouble/?tr=netlimiter
  11. You can find the ids of the sounds with showsound 1, but first open the debug by debugscript 3 and you should setDevelopmentMode(true) because these commands work when setDevelopmentMode is active
  12. Shady1

    ERROR [CC23]

    a few/non-standard files. Reinstall GTA: SA with a clean, unmodified version.
  13. run mtadiag https://mtasa.com/mtadiag
  14. yes i told you that, but you understood what i said too late, if you have any new problem please create new thread and tag me, if you like my comment and help you can like my comments
  15. rica ederim eğer bir sorunuz yada sorunlarınız olursa, lütfen yeni bir konu açınız ve beni etiketleyiniz, sizlere yardımcı olabilirim. güzel günler dileyimle
  16. don't just install the GTA:SA and MTA:SA file in the OneDrive folder, install it again and as follows: C:\Users\khali\khalil mta
  17. scriptleri kontrol edilmesi gerek, çünkü bazı sunucularda ülke seçme sistemi olabilir ya da bayrak seçme sistemleri, eğer yoksada VPN kullanıyordur. eğer yardımlarımı beğendiyseniz like atabilirsiniz.
  18. you're welcome, if you have any questions please create a new topic and tag me, if you like my help you can like my comments
  19. You have installed the MTA file inside the OneDrive file,You have to remove it from OneDrive, for this install MTA again but this time do not install it in OneDrive GTA path: C:\Users\khali\OneDrive\Bureau\khalil mta
  20. burası Türkçe-yardım bölümüdür, lütfen türkçe yazınız yada https://forum.multitheftauto.com/forum/82-support-for-mtasa-1x/ tarafından destek alınız bunlarda konsol komutlar : https://wiki.multitheftauto.com/wiki/Console_Commands_and_CVars https://wiki.multitheftauto.com/wiki/Server_Commands https://wiki.multitheftauto.com/wiki/Client_Commands
×
×
  • Create New...