Jump to content

MrBugsFive

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by MrBugsFive

  1. SurvivorSystem.lua: --- Hide Body function hideBodyClientS () local col = getElementData(source,"currentCol") if isElement ( col ) then if getElementData ( col, "deadman" ) then setPedAnimation ( source, "BOMBER", "BOM_Plant", -1, false, true, true, false ) setElementData(source,"loot",false) setElementData(source,"currentCol",false) outputChatBox ( "You hide the body of "..getElementData ( col, "playername" ), source, 150, 150, 150 ) setTimer ( function ( colision ) if isElement ( getElementData ( colision, "parent" ) ) then destroyElement ( getElementData ( colision, "parent" ) ) end destroyElement ( colision ) end, 1500, 1, col ) end end end addEvent("hideBodyClient",true) addEventHandler("hideBodyClient", getRootElement(),hideBodyClientS) Menu_client.lua: Search By: if arg1 == "Dead" then You See: if arg1 == "Dead" then startRollMessageMenu("> Gear",255,255,255,"dead") startRollMessageMenu("> Checkbody",255,255,255,"deadreason") setElementData(localPlayer,"usedItemTrue", true) end Added: if getElementData(getLocalPlayer(),"Shovel") >= 1 then startRollMessageMenu("> Hide Body",0,255,0,"stel") setElementData(localPlayer,"usedItemTrue", true) end Exemple: if arg1 == "Dead" then startRollMessageMenu("> Gear",255,255,255,"dead") startRollMessageMenu("> Checkbody",255,255,255,"deadreason") setElementData(localPlayer,"usedItemTrue", true) if getElementData(getLocalPlayer(),"Shovel") >= 1 then startRollMessageMenu("> Hide Body",0,255,0,"stel") setElementData(localPlayer,"usedItemTrue", true) end end Search By: if itemName == "deadreason" then You See: if itemName == "deadreason" then local col = getElementData(getLocalPlayer(),"currentCol") outputChatBox(getElementData(col,"deadreason"),244,244,244,true) return end Added: if itemName == "stel" then local col = getElementData(getLocalPlayer(),"currentCol") outputChatBox(getElementData(col,"stel"),255,255,255,true) return end Salve And Test On Your Server !!
  2. Very Nice !!! ---------------------------- Note: 100% !!
  3. Create other panel admin, from dayz is good !!
  4. Good Script !!! note: 100 !! combined With Dayz Is Beautiful !!
  5. Nao sou ele, mais voce pode colocar um Tabela !! e Adicionar novas coords !! Exemplo com Tabela: local MySpawns = { {0,0,1}, {0,0,4}, {0,0,5}, } addEventHandler ( "onPlayerJoin", root, function ( ) local number = math.random(table.size(MySpawns)) local x, y, z = MySpawns[number][1],MySpawns[number][2],MySpawns[number][3] spawnPlayer ( source, x, y, z, math.random(0,360), 12, 0, 0) setCameraTarget ( source, source ) fadeCamera ( source, true ) end ) -- 12 é a Skin ( Voce pode mudar ) ! Espero que seja disso ta falando
  6. Ae Vem uma pessoa perdi a ajuda e acaba nao sendo ajudada! por causa que vocês ser importa mais discutir um com outro do que ajudar aquela pessoa. Ser todos ajuda-se ficaria mais rápido e melhor sem discussões e etc. isso que ta atrapalhando muito aqui no fórum.
  7. mentira XeoN-, parem de querem provocar os outros. e nem foi o #Roots, que perdiu os codigos completo !! e voce ja foi la e começou a fala sem mesmo nota os fatos !! nao quero briga, so resolver essas diferenças que tem entre voces.
  8. Aqui é um forum/Topico de ajuda. é Nao para ficar brigando entre sim. por favor ser acalme-se. #ApoioAjudaAosOutros ! #BrigaNãoMais ! #DigaNãoAsBrigas !
  9. O usuário foi banido deste post.
  10. Pessoal, parem de brigas, ai poh. Esse é um fórum respeitado, e nao pra fica brigando, querem brigar ser adicione no facebook e começao briga la !! Ser continua com essa briga chamarei o admin/mod do forum, e reportarei !!
  11. A Net Dele nao ia Aguenta tanta pessoas online e tbm ataques !!
  12. nao vai aguentar o 1ª ataque Eita #Roots, kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
  13. jaja ele vende pra mh Ja Falei com Eles sobre isso , e falão que é muito dificiul alguem compra a Host, Deles. (Depois te Mando Print)
  14. #Roots, Achei um Aki Revolution Servidores, E A Unica que Achei que nao foi Compra pela MH!! EmBreve eles vao começara a Vender, o primeiro vai ser meu, sendo que eu ajudei, eles montar mta server E Eles tem DC no Brasil
  15. Ser voce for dono do server. e Faciul tira o ban di ip
  16. HunT, Then you stopped the project ??
  17. Good job !! Good Luck, with your project !
  18. ainda esta vendendo ?? pensei que voces tinha fechado !! ou forão comprados por MH ??
  19. cara só toma cuidado com certas host por ai. porque tem certas hosts que rouba seus mods e scripts para criar outros servidores e vender só não vou citar nomes para não fazer uma "Divulgação" alheia Vllw , pode me dar uma manozinha no skype ??
  20. Olá, qual é a melhor host de mta sa ?? nao quero vps, porque ja comprei uma que foi salgado e tinhas as config foda e mesmo assim ela demorava pra iniciar e quando caia !!! quero host me mande nome e link pls obrigado e thanks
  21. Anyways, good job. I Like much you job/project !!
  22. !!!!!! this is wonderful, I never imagined I would to do it in mta: Sa !! Friend, Congratulations for your work this 100% Gorgeous !! I am very shocked by this !!
×
×
  • Create New...