Jump to content

All Activity

This stream auto-updates

  1. Today
  2. mouxd

    cl 16

    game is not opining --------------------------- MTA: San Andreas [CL16] (CTRL+C to copy) --------------------------- Load failed. Please ensure that the latest data files have been installed correctly. Do you want to see some on-line help about this problem ? --------------------------- Yes No ---------------------------
  3. Join us, today! @ UCP: https://ardicgaming.com/ Forums: https://forums.ardicgaming.com/ Community Rules: https://wiki.ardicgaming.com/ Discord: https://ardicgaming.com/discord/ Server IP: mtasa://164.132.200.104:22003
  4. The idea is good: having server data, synced data and private data :+1
  5. You should use client instead of source in the addEventHandler.
  6. Hi, I started slowly creating an alternative elementdat system. Link: https://github.com/PWisniaNE/MTA-SA-UserDataSystem/ If you have any suggestions how to improve or optimize the system, I will be happy to listen to your suggestions. I would like the code to be as optimal and safe as possible.
  7. Hey Everyone ! How do I make something like this ?
  8. Yesterday
  9. Me olvidé de repostear una nueva actu que tuvimos a inicios de Marzo donde ya empezamos a trabajar en otras cosas y dandole un nuevo enfoque al servidor intentando progresar de todas las maneras posibles. https://www.bayside-rp.net/t100266-actualizacion-2-2-5
  10. A culpa é inteiramente da administração do servidor. As possíveis causas são as seguintes: 1) Não desenvolveram uma segurança decente para o servidor, permitindo que os jogadores violem os banimentos. 2) Desenvolveram resources com brechas de segurança que tornaram o servidor violável pelos clientes. 3) Deram permissão admin para algum resource desconhecido que está colocando usuários não autorizados na ACL Group Console.
  11. Hello, yesterday i was encountering a bug, when i play , sometimes an error pops up. It's "Direct3DDevice9 Reset error 887a0006 . I asked the question on MTA Discord server, and i have been told that it may be because my graphics card is overheating. I am on a laptop, windows 11 and i have no idea on how to fix this, i have been playing for 4 hours and then the error crashed. How is it happening? well, my game freezes, then the screen goes black, then gray, and then the mta closes and that error pops up. Any idea on how i can fix it? Contact me here, or either on discord (KoXuu), i recommend discord, but if thats not an option, let me know here. Thank you!
  12. Yep, same problem. It worked fine for years on my Linux install but since yesterday, the error showed up again and no matter how often or long i have the server running, the error still shows up. I can somehow bypass this by disconnecting the internet before starting the game, join into my local server and then enable my connection again, this allows me to play on any server like usual.
  13. شباب ابي برنامج تحرير نصوص مخصص للعبة Mta sa ويكون في مكتبه اكواد الخاص باللعبه يعني مثلا كود outputChatBox بطبيعة الحال هيكون ازرق فا ياريت تفيدوني بأحدث البرامج لاني بحثت كتير ومالقيت + عندي Mta Script Editor لكنه نسخه قديمه واظن ماعندهم تحديث
  14. Boa noite, tenho um servidor de mta grande e tô desistindo dele porque tá uma porcaria continuar, em 2 dias sofri um ataque de cheats e eles pegou painel P facilmente forçando o evento, e eu queria que vocês desse Ban nesse pessoal, é uma grupo de 3-5 pessoa.
  15. Last week
  16. Nenhum desses exemplos vai funcionar pois faltou fechar o parênteses do addEventHandler. Adicione um ) depois do último end.
  17. Join us, today! @ UCP: https://ardicgaming.com/ Forums: https://forums.ardicgaming.com/ Community Rules: https://wiki.ardicgaming.com/ Discord: https://ardicgaming.com/discord/ Server IP: mtasa://164.132.200.104:22003
  18. Cliente: addEventHandler("onClientPlayerDamage", root, function() if bodypart == 9 then setElementHealth(source, getElementHealth(source) - 30) end end Meta: <meta> <script src="client.lua" type="client" /> </meta>
  19. cara eu n sei muito de script sabe, então preciso criar uma função ou um local função ?
  20. You could use this resource is old but good and it works i used it when i was a beginner in scripting. https://www.youtube.com/watch?v=kazisZj-E98 https://forum.multitheftauto.com/topic/23029-rel-house-system-sql/ https://community.multitheftauto.com/index.php?p=resources&s=details&id=727
  21. Crie um recurso com o código abaixo em cliente, desative o recurso headshot também. addEventHandler("onClientPlayerDamage", root, function(attacker, damage_causing, bodypart, loss) if bodypart == 9 then setElementHealth(source, getElementHealth(source) - 30) end end
  22. addEventHandler("onClientPlayerDamage", root, function(attacker, damage_causing, bodypart, loss) if bodypart == 9 then cancelEvent() setElementHealth(source, getElementHealth(source) - 30) end end
  23. Hello everybody I'm currently working on a server and have been playing around with loads of different resources and scripts, but I've just come across one that has properly grounded all my gears completely. I downloaded this promising looking resource called "housing_system" which turned out to be a massive headache. It's great, it's simple to use, but it doesn't save any of the properties and as soon as you close "MTA Server", all your work goes. This is very annoying when you spend a night doing almost 400+ properties, just for them to all disappear. Nothing in the readme or description that may hint in any way for you to save anything yourself. Here's a link https://community.multitheftauto.com/index.php?p=resources&s=details&id=1841 Quite disappointed after loosing all that progress, and has genuinely put me off doing the server a bit as I now have to go all around LS (when I find a resource that works as described) It's been uploaded by a guy called "TheTurboCow" but apparently got permission from "JasperNL=D" to edit it and re-upload it. Any help would be much appreciated as the author hasn't linked a thread to it so you can't ask them for support. I don't know if I'm doing anything wrong or if I should be doing something else, as the uploader isn't really much help. Cheers everyone!
  1. Load more activity
×
×
  • Create New...