Jump to content

MrBugsFive

Members
  • Posts

    115
  • Joined

  • Last visited

Details

  • Gang
    groove
  • Location
    Paraná, Brazil

Recent Profile Visitors

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

MrBugsFive's Achievements

Sucka

Sucka (13/54)

1

Reputation

  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)
×
×
  • Create New...