Jump to content

eoL Shady

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by eoL Shady

  1. eoL Shady

    CD16 error

    i want to run mtadiag again and pastebin post link
  2. eoL Shady

    CD16 error

    you can try a different location
  3. eoL Shady

    CD16 error

    Are you sure you did a clean install of the MTA again?
  4. eoL Shady

    CD16 error

    You are welcome, I will always help you
  5. eoL Shady

    CD16 error

    https://www.g2a.com/grand-theft-auto-san-andreas-steam-key-global-i10000004439009 no sales on steam,It is advantageous for you to buy a key
  6. eoL Shady

    CD16 error

    you should install without mods and install cleanly,You should not use GTA:SA as CRACK, it will be better for you Tag me if you have any other questions, I will help you
  7. eoL Shady

    CD16 error

    You must install without mods and cleanly,and if GTA:SA is crack you will have to buy the original instead. (MTA team does not recommend crack)
  8. first of all @Lalalu , welcome to the forum, it would be great if you could tag me and show a screenshot of your problem to get your opinions on this.
  9. eoL Shady

    CD16 error

    there are too many non-standards, you should reinstall the MTA program,to a mod-free and clean folder.
  10. oi @realasuramc, preparei um código de comando para o seu problema, quero que você o teste e tente outra tecla do teclado no lado "bindkey" (você deve atribuir outra chave em vez de "t") function mensagemRP(player, cmd, ...) local messagemFRP = table.concat ({...}," ") local name = getPlayerName(player) outputChatBox("#FF3C00[ #ffffff CDC - Chat Global #FF3C00] "..name.." #ffffff"..messagemFRP, root, 255, 255, 255, true) --efeito no chat end addCommandHandler("Global", mensagemRP) addEventHandler("onPlayerJoin", root, function() bindKey(source, "t", "down", "chatbox", "Global") end ) addEventHandler("onResourceStart", resourceRoot, function() for _,player in ipairs(getElementsByType("player")) do bindKey(player,"t", "down", "chatbox", "Global") end end )
  11. can you show the code line
  12. I will wait for a positive or negative answer after trying
  13. try this function https://wiki.multitheftauto.com/wiki/FindRotation
  14. eoL Shady

    CD16 Error

    I can't see pastebin link
  15. eoL Shady

    Error help pls

    don't do what you're trying to do and restart the MTA
  16. eoL Shady

    CD16 Error

    password ?
  17. Como recomendação, você precisa criar um banco de dados, mas se quiser que seja mais prático, pode salvá-lo em XML.
  18. veicletestdrive = {} addEvent("testdrive", true) addEventHandler("testdrive", getRootElement(), function(player,veicleid) veicletestdrive[player] = createVehicle(veicleid,-2422.01147, -605.47894, 132.56250) warpPedIntoVehicle(player,veicletestdrive[player]) setTimer(function(player) --pass player to timer destroyElement(veicletestdrive[player]) setElementPosition(player, -2412.01294, -596.52393, 132.64844) end, 30000, 1, player) --pass player to timer end ) tente isso @Dandnix
  19. local cooldown = {} function dxConce() if exibindo_painelC == false then local tick = getTickCount() -- fixed if cooldown[element] and tick - cooldown[element] < 5000 then return end cooldown = getTickCount() --fixed addEventHandler("onClientRender", root, drawConce) exibindo_painelC = true bindKey('backspace','down', function() if exibindo_painelC == true then removeEventHandler("onClientRender", root, drawConce) setCameraTarget (localPlayer) exibindo_painel = false end end) end end
  20. veicletestdrive = {} addEvent("testdrive", true) addEventHandler("testdrive", getRootElement(), function(player,veicleid) veicletestdrive[player] = createVehicle(veicleid,-2422.01147, -605.47894, 132.56250) warpPedIntoVehicle(player,veicletestdrive[player]) setTimer(function(player) --pass player to timer destroyElement(veicletestdrive[player]) setElementPosition(player, -2412.01294, -596.52393, 132.64844) end, 30000, 1, player) --pass player to timer end )
  21. Não entendi qual "fonte" você quer,o dano do jogador ocorre sua fonte você tem,jogador leva dano sua fonte você tem,carro bate sua fonte você tem... você tem que me explicar isso um pouco
  22. Apague o GTA:SA e instale sem mods, depois instale o MTA:SA lembre-se, não instale MOD e compre GTA:SA original se puder.
  23. Please, if you have any questions, you can open a new topic and tag me, I will help you.
×
×
  • Create New...