Jump to content

eoL Shady

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by eoL Shady

  1. 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...
  2. 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
  3. you didn't use attacker, so no attacker https://wiki.multitheftauto.com/wiki/OnClientPedWasted
  4. eoL Shady

    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.
  5. 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
  6. https://github.com/multitheftauto/mtasa-blue/issues/2473
  7. eoL Shady

    [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
  8. eoL Shady

    [HELP]

    -- Server Side addEventHandler("onPlayerQuit", root, function() if isElement(vehicle[source]) then destroyElement(vehicle[source]) vehicle[source] = nil end end) vehicle = {} addEvent("car", true) addEventHandler("car", root, function() if isElement(vehicle[source]) then destroyElement(vehicle[source]) end local x, y, z = getElementPosition(source) vehicle[source] = createVehicle(579, 341.7890625, -1373.0964355469, 14.366669654846, 0, 380, 470) --599 is the vehicle's hands. Put any vehicle you want warpPedIntoVehicle(source, vehicle[source]) playerMarker = createMarker(313.41094970703, -1394.2287597656, 13.993467330933, "cylinder", 4, 255, 0, 0, 0) addEventHandler("onMarkerHit", playerMarker, handlePlayerMarker) end) function handlePlayerMarker(hitElement) local elementType = getElementType(hitElement) destroyElement(source)--you should source end
  9. windowns 10/11 olarak gözüküyor, yani her ikiside kapsıyor, download now butonuna tıklamanız yeterli.
  10. american.gxt, genellikle modlanan ve o zaman sorunlara neden olabilen bir GTA dosyasıdır, bu nedenle tam olarak ne tür bir sorunla karşılaştığınız önemli değildir. sorununuz o dosyayla ilgiliyse, GTA'yı modlar olmadan yeniden yüklemeniz gerekir
  11. De nada, tenga un bonito día
  12. successful project, admirable
  13. I answered the answer about your topic in this section, if you have any other questions, tag me
  14. hola amigo @P4rano1a, publiqué un enlace para setTimer, puede consultar este sitio para comprender su problema. function getPiezasContrabandistas (player) if isTimer(timer) then outputChatBox("Ya lo has usado una vez.", player, 255, 0, 0) return end if not exports.factions:isPlayerInFaction(player, 9) then outputChatBox("No eres Contrabandista.", player, 255, 0, 0) return end if getElementDimension(player) ~= 97 then outputChatBox("No estás en el desarme.", player, 255, 0, 0) return end exports.items:give(player, 34, 20) timer = setTimer(function() killTimer(timer) end, 300000, 1) exports.chat:me(player, "toma una caja con piezas.") outputChatBox("recibiste 20 piezas", player, 0, 255, 0) end addCommandHandler("piezas", getPiezasContrabandistas)
  15. merhaba @louvain eğer sistem gereksimleriniz, giriş yaptığınız sunucu için uygun değilse bu konuda sorunlar yaşıyor olabilirsiniz, ilk öncelikler sürücülerinizi güncelleyiniz daha sonra tekrar denemelisiniz, eğer bir sonuç bulamadıysanız, bunun için fazla destek sağlanamayabilir,çünkü sisteminizin giriş yaptığınız sunucu için dayanıklı olamayabilir , bunun için ilk önce bir .mtadiag indirmelisiniz ve çalıştırmalısınız daha sonra karşınıza çıkan pastebin/xxxxxx adlı bağlantıyı bize gönderiniz, sizlere daha kapsamlı yardımcı olabiliriz
  16. ahhh thats true I want the staff to fix this issue. (a moment of surprise)
  17. american.gxt is a GTA file that's often modded and can cause problems then, so it doesn't matter exactly the kind of issue you run into if your issue is with that file, you'll need to reinstall GTA without mods (probably more files are modded that can cause the next problem if you restore that individual file)
  18. The process is over, you can lock the thread, dear staff
  19. Welcome to the forum, I posted a link about your problem, back up the file you can fix it. https://mega.co.nz/#!gR81UbZb!SoOjAZjxJmavOsrtgf4DX0K8ob7g6F3--apste9XG90
  20. we don't like or encourage cheating, i think you will get negative response from admins
  21. admirable work, I hope your hard work pays off because you are good at it
  22. eoL Shady

    Help

    Welcome to the forum, can you show us a screenshot of your problem so we can better assist you?
  23. eoL Shady

    Command

    function allvehiclesaredoomed() local acc = getAccountName(getPlayerAccount(player)) if not (isObjectInACLGroup("user."..acc, aclGetGroup("Admin"))) then return end vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do destroyElement(v) end end addCommandHandler("dv", allvehiclesaredoomed) I changed the old code I recommend you to try this code
  24. eoL Shady

    Command

    hello @yToPzzforum welcome to the site, you can find the answer about your topic from the link below. IsObjectInACLGroup function allvehiclesaredoomed(player) local acc = getAccountName(getPlayerAccount(player)) if not (isObjectInACLGroup("user."..acc, aclGetGroup("Admin"))) then vehicles = getElementsByType("vehicle") for i,v in ipairs(vehicles) do destroyElement(v) end end return false end addCommandHandler("dv", allvehiclesaredoomed)
  25. hey Welcome Forum,If you show your code we can better help.
×
×
  • Create New...