-
Posts
929 -
Joined
-
Last visited
-
Days Won
64
Everything posted by eoL Shady
-
Nonstandard GTA file: \audio\CONFIG\TrakLkup.dat Nonstandard GTA file: \audio\streams\BEATS Nonstandard GTA file: \audio\streams\CUTSCENE a few/non-standard files. Reinstall GTA: SA with a clean, unmodified version,I don't think there is any other solution.
-
i want to run mtadiag again and pastebin post link
-
you can try a different location
-
Are you sure you did a clean install of the MTA again?
-
You are welcome, I will always help you
-
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
-
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
-
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)
-
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.
-
there are too many non-standards, you should reinstall the MTA program,to a mod-free and clean folder.
-
Como faço para que funcione comandos no chat?
eoL Shady replied to realasuramc's topic in Programação em Lua
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 ) -
can you show the code line
-
I will wait for a positive or negative answer after trying
-
try this function https://wiki.multitheftauto.com/wiki/FindRotation
-
don't do what you're trying to do and restart the MTA
-
Como recomendação, você precisa criar um banco de dados, mas se quiser que seja mais prático, pode salvá-lo em XML.
-
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
-
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
-
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 )
-
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
-
