Jump to content

Shady1

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Shady1

  1. selam gtasa crack kullandığınız için bu tür sorunlarla karşılaşıyorsunuz lütfen ilk öncelikle gtasa orjinal sürümü satın alınız ve tekrar deneyiniz
  2. Yes, you’re right. I was thinking maybe you could just add explosives.
  3. Yes, your new updates look absolutely great. As I mentioned before, the sound effects have really enriched the script and made it look fantastic. You could categorize your weapons and add an extra page, allowing you to include different weapons or equipment.
  4. Podczas sprawdzania wyczułem, że to naprawdę nostalgiczny serwer z ciekawymi skryptami. Powodzenia!
  5. Yes, this could be quite interesting. You could carefully choose sound effects, and additionally, use animations. For example, when a money transfer takes place or a weapon deal is completed, you could trigger a handshake animation or something similar to add realism.
  6. Looks great, I can definitely say it’s a solid script. There are just a few small things that could make it even better if improved. For example, you could add a dialogue system with Arms Dealers, letting players buy weapons through that. Maybe also throw in some 3D sound effects when purchasing a weapon it’d give the whole thing a richer, more immersive feel.
  7. https://help.multitheftauto.com/sa/trouble/serial-validation/
  8. good job, if you have a different problem please post it here or create a new topic and tag m
  9. There are two kinds of methods, one with setTimer and the other with the alternative onClientRender setTimer : The cursor always appears in the center for one frame after showCursor(true). function openPanel() showCursor(true) -- Save the last cursor position (values between 0 and 1) local x, y = getCursorPosition() -- Get the screen resolution local sx, sy = guiGetScreenSize() -- After 50ms, set the cursor back to its previous position setTimer(function() setCursorPosition(x * sx, y * sy) end, 50, 1) end onClientRender: Use a timer or onClientRender to set the position after showing the cursor. function panelAc() showCursor(true) local x, y = getCursorPosition() local sx, sy = guiGetScreenSize() local function imlecDuzelt() setCursorPosition(x * sx, y * sy) removeEventHandler("onClientRender", root, imlecDuzelt) end addEventHandler("onClientRender", root, imlecDuzelt) end your fixed code : local toggle = false local savedCursorX, savedCursorY local function togglePanel() toggle = not toggle if toggle then showCursor(true) if savedCursorX and savedCursorY then local screenX, screenY = guiGetScreenSize() -- Wait one frame before setting the cursor position setTimer(function() setCursorPosition(savedCursorX * screenX, savedCursorY * screenY) end, 50, 1) end else savedCursorX, savedCursorY = getCursorPosition() showCursor(false) end end bindKey("k", "down", togglePanel) I think you understand, if you have a different problem please post it here or create a new topic and tag me
  10. player was informed about the other.
  11. Shady1

    MTA Serial Error

    Merbahalar, USB'nizi tehdit olarak algılıyor olabilir bu yüzden ilk başta internet sağlayıcınızla görüşüm bir an önce internetini bağlatmalısınız.
  12. Merhabalar sanırım bir sunucuda şifrenizi unuttunuz ve buradan destek bekliyorsunuz, bunun yerine şifrenizi unuttuğunuz sunucudaki Developer ya da Admin arkadaşlarla iletişime geçerek şifrenizi yenilettirebilirsiniz.
  13. Merhabalar sorununuz hala geçerlimidir? sorununuzla ilgili bir ekran görüntüsü ya da crash message gönderebilirmisiniz, bu sayede daha iyi yardımcı olabilirim.
  14. Merhabalar sorununuz hala devam etmektemidir?
  15. I have changed the IP block of our MTA:SA servers, so the IP starting with 26 is no longer accessible. You can now connect using the new IP addresses below. From now on, the server will be online 24/7 without interruptions. GTA:SA DayZ Version (Server 1): mtasa://146.103.24.156:22003 DayZ Standalone Version (Server 2): mtasa://146.103.24.156:22013
  16. Hello again people,You can now get early access to the servers,they are now active! GTA:SA DayZ Version (Server 1): mtasa://146.103.26.156:22003 DayZ Standalone Version (Server 2): mtasa://146.103.26.156:22013
  17. Hello! Both of our gamemodes are now active. I have completed all the tests and everything is running smoothly. You will have access to the server tomorrow at 3:00 PM (Turkey time). To help with time conversion, here are the equivalent times in other regions: Europe (Central European Time - CET): 2:00 PM United Kingdom (BST): 1:00 PM USA (Eastern Time - ET): 8:00 AM USA (Pacific Time - PT): 5:00 AM Asia (Philippines, Malaysia, Singapore Time - PHT/SGT/MYT): 8:00 PM Japan/Korea Time (JST/KST): 9:00 PM India (IST): 5:30 PM Please be informed that you will be able to join the server at the specified time.
  18. Hello everybody i'm Shady! I’ve been away for quite a while, as I’ve been spending a lot of time focusing on myself and enjoying life in the real world. But now, I believe it's time to return and create something new in MTA. I’ve gathered all of my DayZ mods together, improved them, and developed a solid project. Discord : https://discord.gg/qTVZGHUDSM Let me start by saying: not all features will be available right from the start. I will be introducing new patches, version updates, and content either every weekend or monthly. My main goal for now is to gain active players, because as you all know, MTA has been losing players rapidly, mainly due to the lack of proper DayZ or unique gamemodes. That’s why I’ve decided to step in and share this new project with you. ---------------------------------------------------------------------------------------- Over the years, you've supported me and stood by my side, and now it’s time to present these new projects to you. DayZ 1 - GTA:SA Inspired Classic DayZ This game mode is fully tailored to match the DayZ experience in GTA: San Andreas. Think of it like discovering easter eggs and hidden missions scattered throughout the map. It’s built using unique F2B scripts, optimized for low file size, but I promise it offers an enjoyable and feature-rich experience. Some of the features include: Interiors, VIP Memberships, VIP Abilities, Ranks, Missions, Easter Eggs, Leveling System, Rewards, Wars, Events, and much more... I won’t showcase everything just yet,but once the server launches, I’ll be sharing updates and sneak peeks under the #images channel. ---------------------------------------------------------------------------------------- DayZ 2 - Standalone-Inspired Advanced DayZ This version aims to replicate the original DayZ Standalone experience, featuring similar interfaces, items, and missions, all recreated as closely as possible by me. While I haven’t made as much progress here yet, everything done so far is crafted with precision. This version will also include F2B unique scripts. Expect tons of content to discover, but be prepared to put in the effort and explore the world deeply. ---------------------------------------------------------------------------------------- Lobby System - A Gateway to All Modes Think of the lobby as a hub that connects both DayZ game modes,and possibly more in the future. It will feature additional events, fun activities, quests, and easter eggs to enjoy while you wait or chill with friends. The full lobby system is still in development, but the core logic is mostly complete. It’s possible that DayZ 2 and the Lobby may not be available at launch, or they might be, depending on how development goes. Either way, I’ll share a new update post very soon, as my next target is to activate DayZ 2 and the Lobby. Server Launch & Community Support The official server launch date isn’t set in stone, but my goal is to make it public within the next 7 days,and I’m working hard every day to make that happen. What I ask from you is simple: Once I announce the launch date, let’s all join together, explore, and fight side by side! Feel free to ask me anything or share your suggestions in the #suggestions channel. If you encounter any bugs or issues, please report them to me directly or open a ticket through #suggestions. Yes, there may be bugs, it’s natural. But if you report them, I’ll make sure to reward you with special in-game gifts as a thank-you for helping improve the experience! Regards F2B Development
  19. https://wiki.multitheftauto.com/wiki/DestroyElement
  20. Shady1

    Help error CD20

    run and scan pls https://forum.multitheftauto.com/topic/32071-mtadiag-diagnostic-tool-for-mtasa-support-section-information/
  21. Shady1

    Help error CD20

    Hello, I will give you an explanation about your problem, what I request from you is this, delete all files on the mods/deathmatch/resources side from the MTA file location and try to log in again to the server you are trying to log in to, remember, if this problem is valid on all servers, try this, if it is only on a single server, you should contact the server owner.
  22. I have done a study for this vehicles and the physics of the ball works very smoothly, if you want to contact me on this subject, you can contact me on Discord. discord : shady.lua
×
×
  • Create New...