Jump to content

Laxante101

Members
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Laxante101

  1. It's really good, making the gamemode from 0 will make a difference in your server, congratulations
  2. This code will make a tag appear next to your name in gamemode tatics You will simply have to place the 3 files inside the tactics source folder "c_client, c_server, config" exactly as you saw in the image and read the notes inside config.lua to know how to use it correctly. don't forget to put the 3 files in meta.xml. Dowload here!
  3. Very well done, congratulations
  4. check that the color variable is correct; change float4 gColor = float4(1,1,1,0); to float4 gColor = float4(1,1,1,1); so that it is fully opaque. Without PixelShaderFunction, add finalColor.a = texel.a * PS.Diffuse.a; to ensure that texture transparency is applied. Disabling Culling, changing CullMode = 1; to CullMode = 0;, and testing the shader without lighting to see if the problem persists. Check that the windows texture has an alpha channel that is being applied correctly, and consider testing with the fallback shader to rule out interference
  5. MBR - COMMUNITY Olá a todos! Hoje, tenho o prazer de apresentar a vocês uma comunidade de MTA focada na diversão do PvP e guerras de clãs. Como funciona: Nosso servidor é inspirado em jogos como HZ1 e PUBG, e é voltado para guerras de clãs. Existem 12 times no servidor, cada um lutando para ser o último sobrevivente.* Objetivo: O servidor oferece diversos desafios, incluindo enfrentar outros jogadores, veículos de guerra e a necessidade de se manter dentro da safezone. O último jogador vivo de cada time vence a partida.* Lembrando: O servidor realiza de 5 a 6 partidas por dia, com início em horários específicos que serão informados no nosso Discord. Quer aproveitar e conhecer nossa comunidade? Junte-se a nós no Discord: Discord MBR Ip: mtasa://15.235.30.120:22003 https://www.youtube.com/watch?v=oIhe1s2hTs4
  6. Há uma infecção de vírus no seu PC, e esse vírus precisa usar este arquivo: C:\Windows\rss\csrss.exe para seu próprio funcionamento adequado. Isso aciona algo inseguro, levando ao kick do AntiCheat . Installe um antivirus faça uma limpeza total, se possivel formate o pc para que não tenha resquisios de virus no seu pc.
  7. elseif type == 'inventario' then giveItem(player, config[vipSelect]['Outros'][index][2], config[vipSelect]['Outros'][index][4]) notifyS(player, 'Você pegou o item ' .. config[vipSelect]['Outros'][index][1] .. ' com sucesso!', 'success') local vehicle = getPedOccupiedVehicle(player) if vehicle then setVehicleArmor(vehicle, 1000) --- blinda o carro em 100% notifyS(player, 'seu carro foi blindado com sucesso', 'success') else notifyS(player, 'voce não está em um veiculo', 'error') end setVehicleArmor(vehicle, 1000) vai blindar o carro
  8. It could be a temporary issue with the website or your browser. Try clearing your browser cache and restarting your computer. If that doesn't work, try using a different browser or device. Also, make sure the zip file doesn't contain any files that might be corrupted.
  9. This could be caused by mod issues or corrupted files. Try disabling all mods to see if the issue persists. If that doesn't work, a clean reinstall of MTA or even GTA SA if you want to test it out might also solve the problem. Make sure your graphics card and system drivers are up to date and run MTA as an administrator. It's also worth reviewing the logs you shared on Pastebin, as they may contain additional information that will help with the diagnosis. If the issue persists, wait for an administrator to respond or seek support on discord as well "https://discord.gg/mtasa"
  10. Disable cFosSpeed and any other software that may be interfering with your connection. Make sure your Windows firewall or any security software you’re using isn’t blocking the game. Disconnect from VPNs or proxies if you’re using one. Restart your router to see if that helps. If you’re still having trouble, try joining another server. If nothing else works, contact Discord server support or wait for an administrator who knows how to fix the issue to get back to you.
  11. It could be that the VPN does not support Iranian servers or has some limitation. or they are simply using an anti-vnp
  12. Olha, isso é realmente estranho. O WireGuard, quando ativo, normalmente não deveria interferir no tráfego UDP do MTA. Mas talvez seja um detalhe que esteja passando despercebido. Já tentou verificar se as configurações de firewall estão permitindo o tráfego na porta que você mencionou? Pode ser que tenha alguma regra que esteja bloqueando sem querer. Além disso, vale a pena dar uma olhada nas rotas de rede. Às vezes, com a VPN ligada, o tráfego pode ser redirecionado de maneira inesperada. Eu não sou um expert em WireGuard, mas parece que pode haver algo assim acontecendo. Enfim, se eu puder ajudar de alguma forma, me avise!
×
×
  • Create New...