Ir para conteúdo

luisfeliperodrigues2

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    luisfeliperodrigues2 deu reputação a Vodkart em script de Addon doll urgente !!!   
    posta ai o teu script, deve ter configurado errado!!
     
    eu arrumo
    ----------------------- edited ---------------------------
     
     
    vou editar aqui e ja te mando, vc colocou os ids errado das outfits
    local addons = { ["citizen"] = {id = 2110, sex = {[0] = 136,[1] = 128}}, ["hunter"] = {id = 10529, sex = {[0] = 137,[1] = 129}}, ["mage"] = {id = 5903, sex = {[0] = 138,[1] = 130}}, ["knight"]= {id = 11205, sex = {[0] = 139,[1] = 131}}, ["nobleman"]= {id = 10530, sex = {[0] = 140,[1] = 132}}, ["noblewoman"]= {id = 10530, sex = {[0] = 140,[1] = 132}}, ["summoner"]= {id = 2322, sex = {[0] = 141,[1] = 133}}, ["warrior"]= {id = 10542, sex = {[0] = 142,[1] = 134}}, ["barbarian"]= {id = 10543, sex = {[0] = 147,[1] = 143}}, ["druid"]= {id = 11330, sex = {[0] = 148,[1] = 144}}, ["wizard"]= {id = 11250, sex = {[0] = 149,[1] = 145}}, ["oriental"]= {id = 11201, sex = {[0] = 150,[1] = 146}}, ["pirate"]= {id = 5810, sex = {[0] = 155,[1] = 151}}, ["assassin"]= {id = 6579, sex = {[0] = 156,[1] = 152}}, ["beggar"]= {id = 2108, sex = {[0] = 157,[1] = 153}}, ["shaman"]= {id = 6512, sex = {[0] = 158,[1] = 154}}, ["norseman"]= {id = 8982, sex = {[0] = 252,[1] = 251}}, ["norsewoman"]= {id = 8982, sex = {[0] = 252,[1] = 251}}, ["nightmare"]= {id = 9019, sex = {[0] = 269,[1] = 268}}, ["jester"]= {id = 9693, sex = {[0] = 270,[1] = 273}}, ["brotherhood"]= {id = 11249, sex = {[0] = 279,[1] = 278}}, ["demonhunter"]= {id = 11138, sex = {[0] = 288,[1] = 289}}, ["yalaharian"]= {id = 2194, sex = {[0] = 324,[1] = 325}}, ["warmaster"]= {id = 2194, sex = {[0] = 336,[1] = 335}}, ["wayfarer"]= {id = 2194, sex = {[0] = 366,[1] = 367}} } function onSay(cid, words, param) local param = param:lower() if param == "" or not addons[param] then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Not A Good Param.") return true end local var = addons[param] if not doPlayerRemoveItem(cid, var.id, 1) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You need a "..getItemNameById(var.id)..".") return true end doPlayerAddOutfit(cid, var.sex[getPlayerSex(cid)], 3) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Full Addon "..param.." Set sucesfully added!") return true end  
    !addon noblewoman ou !addon nobleman
    !addon norseman ou !addon norsewoman
  2. Gostei
    luisfeliperodrigues2 recebeu reputação de Vodkart em script de Addon doll urgente !!!   
    quase lá. o !addon norsewoman  está dando addon do shaman. norseman, brotherhood e demonhunter não estão dando nenhum addon e continuam na bp. aparece a mensagem: not a god param. 
  3. Gostei
    luisfeliperodrigues2 deu reputação a Biinhow em script de Addon doll urgente !!!   
  4. Gostei
    luisfeliperodrigues2 deu reputação a Vodkart em script de Addon doll urgente !!!   
    vai terminando a lista dos addons
     
    local addons = { ["citizen"] = {id = 2520, sex = {[0] = 136,[1] = 128}}, ["hunter"] = {id = 2173, sex = {[0] = 137,[1] = 129}}, ["mage"] = {id = 2493, sex = {[0] = 138,[1] = 130}} } function onSay(cid, words, param) local param = param:lower() if param == "" or not addons[param] then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Not A Good Param.") return true end local var = addons[param] if not doPlayerRemoveItem(cid, var.id, 1) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You need a "..getItemNameById(var.id)..".") return true end doPlayerAddOutfit(cid, var.sex[getPlayerSex(cid)], 3) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Full Addon "..param.." Set sucesfully added!") return true end  

Informação Importante

Confirmação de Termo