Postado Maio 30, 2019 6 anos Olá pessoal, estou aqui para pedir para alguma alma viva, que possa me ajudar com essa adaptação desse script de Look. funciona assim,o player da look vem você ou nele mesmo e mostra a saga que ele se encontra. até ai normal.. porem eu add o sistema de jinchuuriki ai as sagas não estão mais aparecendo quando se dar look no player. alguem ajuda please !! +Rep Uso tfs 0.4 !! o Script: Citar function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then local type = getPlayerStorageValue(thing.uid, 89745) doPlayerSetSpecialDescription(thing.uid, "\n "..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 3 and "Jounin" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Akatsuki Member")) end return true end
Postado Maio 30, 2019 6 anos @leozincorsair posta o onlook do jinchuuriki system Projeto ATS (Naruto)Informações AbaixoFacebookYoutubeDiscord Tutoriais / ConteúdosClique Aqui
Postado Maio 31, 2019 6 anos Autor Aqui esta no creaturescript Citar function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then if jin.getPlayerBijuu(thing.uid) ~= 0 then doPlayerSetSpecialDescription(thing.uid, "\nJinchuuriki de: ["..jin.getPlayerBijuu(thing.uid).."]") else doPlayerSetSpecialDescription(thing.uid, "\nNão é um Jinchuuriki.") end end return true end function onDeath(cid) if getPlayerStorageValue(cid, jin_StorageTime)-os.time() <= 0 and jin.getPlayerBijuu(cid) ~= 0 then jin.doPlayerRemoveJinchuuriki(cid) end return true end function onLogin(cid) registerCreatureEvent(cid, "JinSystemLook") registerCreatureEvent(cid, "JinSystemDeath") if getPlayerStorageValue(cid, jin_StorageTime)-os.time() <= 0 and jin.getPlayerBijuu(cid) ~= 0 then jin.doPlayerRemoveJinchuuriki(cid) end return true end function onLogout(cid) if getPlayerStorageValue(cid, jin_StorageTime)-os.time() <= 0 and jin.getPlayerBijuu(cid) ~= 0 then jin.doPlayerRemoveJinchuuriki(cid) end return true end
Postado Junho 12, 2019 6 anos Em 04/06/2019 em 04:21, leozincorsair disse: #UP ainda não entendi O rei de seu proprio destino é aquele que luta pela gloria do amanhã! Discord : ZoR#9373
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.