Jump to content

zezim

Members
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

zezim last won the day on July 27 2022

zezim had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

zezim's Achievements

Rat

Rat (9/54)

3

Reputation

  1. Thank you so much guys, from my heart! I LOVE U BROTHERRRRRRRRRRRRRRRRR IF U WANNA 3 DOLLARS GIVE ME YOUR DISCORD, THANKS SO MUCH!
  2. local playerID = tostring(id)
  3. mano gostaria de te agradecer estou terminando o codigo e queria saber se eu posso dropar pras pessoas caso eu conclua
  4. Thanks so much i gonna tryna I put it on autosave. Do you think I should put in the random id system too?
  5. Hey whats up? Could you help me how I could do to save the ID in the player when he leaves the game? The system works perfectly, but when I exit the game I lose the random ID. Could you help me teach how I could finish this code to save with my autosave or could you help me by giving the code? This is my autosave system that I use:
  6. Opa Admiros, gostaria de saber como eu posso solicitar posteriormente a remoção de servidores com nome análogo ao meu seguindo as conformidades deste tópico: https://forum.multitheftauto.com/forum/188-server-list-abuse-help/ Eu andei lendo um pouco entretanto, não consegui entender coerentemente. Acontece que por se tratar de um nome de servidor que é bem utilizado no Brasil, não há servidores lançados com players ativos. Há 5 servidores com o nome do qual adotei para o meu - com o meu incluso. Por conseguinte, o meu já bateu 10 players online - lançado há menos de uma semana - e contando com registro de 70 jogadores. Eu deveria manter quantos players para que quando outros servidores vier abrir com o mesmo nome identico ao meu eu ter direito de solicitar remoção do nome?
  7. Hi guys, I did a lot of research on the internet before coming here to ask. I would like to know the description of the commands so I can create groups for my server team. Could you please help me? I searched and didn't find it. My goal is to create groups for moderators. Do you know where you can find a description of all ACL Admin rights?
  8. Hey men I need help please. Can you send me commands so I can look inside my code and see if there are privileges for players? I usually get codes from the internet for free and I would like to know what words I should look for inside the code to know if there is cheating. I would like to know which commands to look for like these: givePlayerMoney giveWeapon setMoney giveMoney addAclGroup
  9. Hey guys, I would like to know if this code has cheats that players can catch. Can you tell me if this code has cheat? What does that mean? Could you take a look at the code if you have time please? Thanks for listening if GodMode == true then setElementData(PlayerID,"blood",999999999999999) The complete code:
  10. Its about the weapon guns damage change weapon damage
  11. hey bro thanks i love u bby god bless uuuuuuuuuuuuuuu
  12. Hey boys, i would like to know if my code is correct. Do you think it would be necessary for me to put an 'OnPlayerJoin' or a 'StartResource' in the code? addEventHandler("onPlayerDamage", getRootElement(), function (attacker, weapon, bodypart, loss) if bodypart == 9 then local result = triggerEvent("", source, attacker, weapon, loss) if result == true then killPed(source, attacker, weapon, bodypart) end end end ) local weapons = {20, 40, 31, 30, 29, 24, 22, 27} function onClientPedDamage(_, weapon) if(getElementType(source) == "player") then if(weapons[weapon]) then return killPed(source) end end end addEventHandler("onClientPedDamage", getRootElement(), onClientPedDamage) for _, v in ipairs ( { "pro", "std", "poor" } ) do setWeaponProperty ( "sniper", v, "damage", 225 ) setWeaponProperty ( "m4", v, "damage", 80 ) setWeaponProperty ( "ak47", v, "damage", 60 ) setWeaponProperty ( "mp5", v, "damage", 30 ) setWeaponProperty ( "deagle", v, "damage", 45 ) setWeaponProperty ( "colt45", v, "damage", 20 ) setWeaponProperty ( "combatshotgun", v, "damage", 120 ) setWeaponProperty ( "uzi", v, "damage", 25 ) setWeaponProperty ( "tec-9", v, "damage", 35 ) end
  13. zezim

    About DFF: MTA

    Hey guys, Sorry, I don't know which is the correct section for it. I would like to know if I can only use DFF file for MTA I happen to download a 100% modified Brazilian GrandTheft Auto but it's only for Grand Theft Auto San Andreas. I got some .DFF files and I want to use them, can I use them? Do I just use the .DFF file or is the .TXD file mandatory for Multi Theft Auto?
×
×
  • Create New...