Ir para conteúdo

Maenilse

Conde
  • Total de itens

    711
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Tudo que Maenilse postou

  1. vai em data/globalevents/scripts copie qualquer arquivo e renomeie para save.lua e cole isso. local config = { broadcast = {60, 60}, shallow = "yes", delay = 60, events = 60 } config.shallow = getBooleanFromString(config.shallow) local function executeSave(seconds) if(isInArray(config.broadcast, seconds)) then local text = "" if(not config.shallow) then text = "Full s" else text = "S" end text = text .. "erver Vai Ser Salvo!" doBroadcastMessage(text) end if(seconds > 0) then addEvent(executeSave, config.events * 1, seconds - config.events) else doSaveServer(config.shallow) doCleanMap() end end function onThink(interval, lastExecution, thinkInterval) if(table.maxn(config.broadcast) == 0) then doSaveServer(config.shallow) else executeSave(config.delay) doCleanMap() end return true end em globalevents.xml adcione essa tag. <globalevent name="AutoSave" interval="70" script="save.lua"/>
  2. pedido acima. (NAO TESTADO) local config = { broadcast = {60, 60}, shallow = "yes", delay = 60, events = 60 } config.shallow = getBooleanFromString(config.shallow) local function executeSave(seconds) if(isInArray(config.broadcast, seconds)) then local text = "" if(not config.shallow) then text = "Full s" else text = "S" end text = text .. "erver Vai Ser Salvo!" doBroadcastMessage(text) end if(seconds > 0) then addEvent(executeSave, config.events * 1, seconds - config.events) else doSaveServer(config.shallow) doCleanMap() end end function onThink(interval, lastExecution, thinkInterval) if(table.maxn(config.broadcast) == 0) then doSaveServer(config.shallow) else executeSave(config.delay) doCleanMap() end return true end
  3. Os meus são: GTA VICE CITY GTA SAN ANDREAS GTA 3 GTA 2 GTA 4 NEED FOR SPEED MOST WANTED NEED FOR SPEED UNDERGROUND 2 NEED FOR SPEED UNDERGROUND 1 NEED FOR SPEED UNDERCOVER NEED FOR SPEED MOST WANTED 2012 NEED FOR SPEED WORLD NEED FOR SPEED CARBON MARVEL VS CAPCOM MARVEL SUPER HEROES VS STREET FIGHTER RESIDENT EVIL 3 NEMESIS
  4. Maenilse

    Quem vai jogar GTA V?

    enqto isso, no meu gta 3, to na missao 48.
  5. vlw tb te amo lindao. sqn gostoso
  6. Viado Se tu for responsável e trabalhar, e passar a maior parte da vida se dedicando a ele sim, mas se tu for daqueles adolescentes que só querem saber de zoeira nem rola. (Eu particularmente acho que é uma má ideia). espero que esse VIADO, nao seja pra mim. só pq se pega mina do vietnã mongo.
  7. Maenilse

    Quem vai jogar GTA V?

    tem pra pc? quero pra pc, nao tenho xbox, nem ps3, quero pra pc, quero pra pc.
  8. outfits de male qnd logarem primeira vez. function onLogin(cid) local config = { [1] = {130, 0, 85, 85, 0, 3}, -- dentro do [ ] coloque o numero da vocaçao e { } coloque o numero da looktype [2] = {130, 0, 90, 90, 0, 3}, [3] = {129, 0, 82, 82, 0, 3}, [4] = {134, 0, 77, 77, 0, 3} } local voc = config[getPlayerVocation(cid)] if voc then if getPlayerStorageValue(cid, 1300000) < 0 then if getPlayerSex(cid) == 1 then local newtype = {lookType = voc[1], lookHead = voc[2], lookBody = voc[3], lookLegs = voc[4], lookFeet = voc[5], lookAddons = voc[6]} doCreatureChangeOutfit(cid, newtype) setPlayerStorageValue(cid, 1300000, 1) end end end return TRUE end edita aqui nessa parte. [1] = {130, 0, 85, 85, 0, 3}, -- dentro do [ ] coloque o numero da vocaçao e { } coloque o numero da looktype [2] = {130, 0, 90, 90, 0, 3}, [3] = {129, 0, 82, 82, 0, 3}, [4] = {134, 0, 77, 77, 0, 3} explicando. [1] vocation {130 looktype, 0 cor primaria, 90 cor segundaria, 90 cor terciaria, 0 cor quartenaria. 3 addons. 3 = as 2 addons, 1 = addon 1. 2 = addon 2. o primeiro script ta pra males, pra female use esse script tb. faz igual o do Roksas. function onLogin(cid) local config = { [1] = {141, 0, 85, 85, 0, 3}, -- dentro do [ ] coloque o numero da vocaçao e { } coloque o numero da looktype [2] = {141, 0, 90, 90, 0, 3}, [3] = {138, 0, 82, 82, 0, 3}, [4] = {142, 0, 77, 77, 0, 3} } local voc = config[getPlayerVocation(cid)] if voc then if getPlayerStorageValue(cid, 1310000) < 0 then if getPlayerSex(cid) == 0 then local newtype = {lookType = voc[1], lookHead = voc[2], lookBody = voc[3], lookLegs = voc[4], lookFeet = voc[5], lookAddons = voc[6]} doCreatureChangeOutfit(cid, newtype) setPlayerStorageValue(cid, 1310000, 1) end end end return TRUE end
  9. tente assim. function onUse(cid, item, frompos, item2, topos) if doPlayerRemoveItem(cid , ID DO ITEM QUE VAI REMOVER AQUI, 1) and getPlayerItemCount(cid, ID DO ITEM AQUI) >= 100 then setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 10) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "voce recebeu 10 health points.") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Voce Ja Usou Os 100 Items, Nao Pode Usar Mais Que Isso.") end return TRUE end basta editar essa linha. if doPlayerRemoveItem(cid , ID DO ITEM QUE VAI REMOVER AQUI, 1) and getPlayerItemCount(cid, ID DO ITEM AQUI) >= 100 then
  10. trocou <event name="deathstrike"/> por? <event name="Bueiro"/> @PS: outro detalhe, check se adcionou a tag no login.lua tbm. registerCreatureEvent(cid, "Bueiro")
  11. Maenilse

    Quem vai jogar GTA V?

    se lança pra pc, mato all ... ALL qnt n lança pra pc... go SAMP 0.3c? bjs.
  12. UP ... vai ficar guardado i i é isso... caso de utilidades.
  13. Maenilse

    Erro OT

    q nada fera, a casa agradece. reportado para moverem o topico.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...