Jump to content

Shady1

Members
  • Posts

    867
  • Joined

  • Last visited

  • Days Won

    60

Everything posted by Shady1

  1. Shady1

    cc23 problem

    hey @MTA player remove any SA mods (cleo, asi), restore original files (such as vorbisFile.dll and data/weapons.dat) and acquire a legitimate copy of the game for guaranteed support
  2. Eu tentei e funcionou com sucesso editar no lado do servidor
  3. Você não remover a linha da imagem, mas pode criar uma linha de comando com onPlayerJoin e criar um anúncio, para que o texto não apareça novamente. function wMessages ( ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( " " , source, 10,255,0 ) outputChatBox ( "Your Server name" , source, 255,0,0 ) end addEventHandler ( "onPlayerJoin", getRootElement(), wMessages ) você pode fazer linha de comando assim,Você pode criar um sistema no lado do servidor
  4. Shady1

    local host server

    We would like you to run mtadiag and post the pastebin/xxx link so that we can assist you more easily this way. Click on the link I indicated in blue "mtadiag" and download the program
  5. hello @Erlanggakurnia, Welcome to the forum, you are having trouble with loader.dll, I sent you a message, some info on what to do loader.dll is being removed or modified by either a virus or your anti-virus software make sure to add exception for the MTA directory in your anti-virus, and run a full virus scan if that doesn't resolve the issue you will need to reinstall MTA after making the necessary exceptions, in order to restore loader.dll
  6. This problem may only be valid for that server, if you do not have this problem on another server, this problem is only caused by that server. you can discuss this issue with server developer.
  7. you should reinstall it cleanly and without mods https://nightly.mtasa.com/mtasa-1.5.9-rc-21299-20220910.exe
  8. Shady1

    bugg

    https://forum.multitheftauto.com/topic/100919-cd16-disconnected-error/
  9. Shady1

    bugg

    first of all, welcome to the forum, there is no problem on pastebin, can you explain your problem to us in more detail, we can't be of much help in this way. For example, you can share a screenshot of your problem with us. and no need for an extra 2nd subject
  10. Hello @fuginoFirst you need to download a clean file GTA San Andreas, then delete the Lagswitch program. and re-install MTA:Sa with it.
  11. Hey @fugino Welcome to our Forum,you get a lot of Nonstandard answers so in short I recommend having a clean GTA:SA and MTA:SA file (reinstall and don't install a mod while doing it)
  12. hello@marstral welcome to the forum a few/non-standard files. Reinstall GTA: SA with a clean, unmodified version.
  13. I can provide you a lot of help about DayZ Discord : [F2B]Shady#0001
  14. Shady1

    HELP ME

    can you describe your problem in more detail eg "screenshot / mtadiag"
  15. Pode mostrar uma imagem do problema? e tente executar o programa MTA como administrador
  16. bana discord üzerinden ulaş, yardımcı olayım
  17. Shady1

    MTA font got a stroke

    I recommend you to install GTA:SA and MTA:SA to a clean file. (GTA for G2A.com)
  18. Shady1

    mta araba bugu

    Discord uzerinden benimle iletisime gec yardimci olacagim
  19. the player is using a program (voice mod) when he activates this program, mta cannot log in, so it gives an error,when he closes the program, the problem is solved, but the program must be open, if you have an idea about it, you can let us know...
  20. MTA'nın düzgün çalışmasını değiştiren veya engelleyen farklı bir program var olabilir, bunu bir gözden geçirmelisiniz
  21. you didn't use attacker, so no attacker https://wiki.multitheftauto.com/wiki/OnClientPedWasted
  22. Shady1

    mta araba bugu

    merhaba @ilker ilk öncelikle foruma hoşgeldiniz, sizden isteğimiz videoyu youtube yükleyebilirmisiniz ve sorun yaşadığınız sistemin debugscript'ini gösterebilirmisiniz, ekstra olarak Kodunuzu paylaşırsanız, daha iyi yardım sağlayabiliriz. bu şekilde yardım etmek biraz zor olacaktır.
  23. Hi, if your offer is still valid, I will help you with this, you can keep in touch with me on discord. [F2B]Shady#0001
  24. Shady1

    [HELP]

    i fixed your problem and i tested it is working local Gun = createPed(312, 296.15252685547, -40.215438842773, 1001.515625) setElementInterior(Gun, 1) -------------------------------------- local sx,sy = guiGetScreenSize();--1920,1080 local relx,rely = sx/1920,sy/1080; local isCardShop = true color = tocolor(41, 173, 21, 255) color1 = tocolor(41, 173, 21, 200) addEventHandler("onClientRender", root, function() showCursor(true) if (isCardShop) then dxDrawRectangle(sx*.35, sy*.20, sx*.35, sy*.05, tocolor(110, 118, 125, 255))--Fejléc dxDrawText("Fegyver bolt", sx*.55, sy*.2, sx*.49, sy*.25, tocolor(200, 200, 200, 255), relx*2, rely*2, "default-bold", "center", "center", false, false, false)--Felirat dxDrawRectangle(sx*.35, sy*.25, sx*.35, sy*.5, tocolor(0, 0, 0, 200))--Fejléc dxDrawText("Colt-45", sx*.40, sy*.31, sx*.35, sy*.25, tocolor(200, 200, 200, 255), relx*2, rely*2, "default-bold", "center", "center", false, false, false)--Felirat dxDrawText("50.000$", sx*.40, sy*.35, sx*.35, sy*.25, tocolor(69, 194, 58, 255), relx*2, rely*2, "default-bold", "center", "center", false, false, false)--Felirat if isMouseInPosition(sx*.41, sy*.25, sx*.10, sy*.06) then dxDrawRectangle(sx*.41, sy*.25, sx*.10, sy*.06, color)--gomb dxDrawText("Megvétel", sx*.57, sy*.32, sx*.35, sy*.25, tocolor(200, 200, 200, 255), relx*2, rely*2, "default-bold", "center", "center", false, false, false)--Felirat else dxDrawRectangle(sx*.41, sy*.25, sx*.10, sy*.06, color1)--gomb dxDrawText("Megvétel", sx*.57, sy*.32, sx*.35, sy*.25, tocolor(200, 200, 200, 200), relx*2, rely*2, "default-bold", "center", "center", false, false, false)--Felirat end end end ); -------------------------------------------------- function isMouseInPosition ( x, y, width, height ) if ( not isCursorShowing( ) ) then return false end local sx, sy = guiGetScreenSize ( ) local cx, cy = getCursorPosition ( ) local cx, cy = ( cx * sx ), ( cy * sy ) return ( ( cx >= x and cx <= x + width ) and ( cy >= y and cy <= y + height ) ) end
×
×
  • Create New...