Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Game Mode Sale Announcement The game mode is now on sale, and we have important updates to share with you. https://payhip.com/b/Bw8CG Buy Here retirement from the game. New Updates: Weapon system Bed system Broken weapon system Code look system Character selection system Animals + BOT Login System Inventory System Shop System Wallet System with BTC New weapon skins for VIP membership Above-sleeper name display Tools visibility without killing the sleeper Purchase store with real money Revamped team system Modifications to building appearance Modifications to the entire map Tagging friends to enemies Placing markers on the map according to images shown
  3. Estou com um script de inventario onde eu clico usar e aparece a txd dff mas presciso que o personagem faça um setElementBoneRotation junto com isso tudo. Meu script: elseif item == "mochila" then local position = { getElementPosition(player) } local dimension = getElementDimension(player) local interior = getElementInterior(player) if mochila[player] then --sendNotification(player, "error", "Você já tem uma mochila nas costa, use /mochila.") triggerClientEvent(player, 'addBox', player, "error", "Você já tem uma mochila nas costa, use /mochila.") return end mochila[player] = createObject(1858, unpack(position)) setElementDimension(mochila[player], dimension) setElementInterior(mochila[player], interior) exports.bone_attach:attachElementToBone(mochila[player], player, 5, -0.250, 0.05, 0, 0, 0, -105) setElementBoneRotation(mochila[player], player, 33, 0, 219.6, 345.6) setElementBoneRotation(mochila[player], player, 23, 0, 216, 10.8) -- sendNotification(player, "success", "Agora você está usando uma mochila.") triggerClientEvent(player, 'addBox', player, "success", "Agora você está usando uma mochila.") --sendNotification(player, "info", "Para remover a mochila utilize /mochila.") triggerClientEvent(player, 'addBox', player, "info", "Para remover a mochila utilize /mochila.")
  4. DataSystem Links: Github: https://github.com/PWisniaNE/MTA-SA-DataSystem Authors: P.Wiśnia (https://github.com/PWisniaNE) Rick (https://github.com/httpRick/) Server-Side functions: setCustomData(element,name,variable,key) getCustomData(element,name,key) getAllCustomData(element,key) getElementsByCustomData(name,key) hasCustomData(element, selectedKey, name, variable) removeCustomData(element,name,key) Client-Side functions: getCustomData(element,name) setCustomData(element,name,variable) hasCustomData(element,name,variable) KeyTypes: Server (non-synchronization, data only storage on server) Synced (synchronization with all players) Client (synchronization from server to one player) Group (synchronization from server to group of players)
  5. Yesterday
  6. 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 ---------------------------
  7. 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
  8. The idea is good: having server data, synced data and private data :+1
  9. You should use client instead of source in the addEventHandler.
  10. 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.
  11. Hey Everyone ! How do I make something like this ?
  12. Last week
  13. 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
  14. 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.
  15. 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!
  16. 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.
  17. شباب ابي برنامج تحرير نصوص مخصص للعبة Mta sa ويكون في مكتبه اكواد الخاص باللعبه يعني مثلا كود outputChatBox بطبيعة الحال هيكون ازرق فا ياريت تفيدوني بأحدث البرامج لاني بحثت كتير ومالقيت + عندي Mta Script Editor لكنه نسخه قديمه واظن ماعندهم تحديث
  18. 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.
  19. Nenhum desses exemplos vai funcionar pois faltou fechar o parênteses do addEventHandler. Adicione um ) depois do último end.
  20. 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
  21. 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>
  22. cara eu n sei muito de script sabe, então preciso criar uma função ou um local função ?
  23. 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
  24. 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
  1. Load more activity
×
×
  • Create New...