Postado Setembro 9, 2017 7 anos Olá Scripters. Meu Pedido: Uma Script de mensagem falante que Fica no player Estilo este topico: Porem desta vez uma por group. Exemplo: <group id="1" name="Player"/> <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/> <group id="3" name="Senior tutor" flags="68736352256" customFlags="14" access="2" violationReasons="10" nameViolationFlags="2" statementViolationFlags="63" maxVips="200"/> <group id="4" name="Game Master" flags="3808558964575" customFlags="257215" access="3" violationReasons="19" nameViolationFlags="10" statementViolationFlags="69" depotLimit="3000" maxVips="300" outfit="295"/> <group id="5" name="CM" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="361"/> <group id="6" name="God" flags="3845069447162" customFlags="2097151" access="5" violationReasons="23" nameViolationFlags="426" statementViolationFlags="469" depotLimit="5000" maxVips="500"/> <group id="7" name="Player Beta"/> <--------- Ai eu coloca o comando /attr group 7 , E o Player vai ficar com uma msg em cima dele como no Topico Script,Fante. Porem em vez de ser por staff eu queria uma por group. vou usar os 2. Sem Título-2.bmp
Postado Setembro 9, 2017 7 anos @Cain Jorge uma pergunta, se o script é o mesmo, porquê não pediu uma alteração no outro tópico ? Não tem problema algum pedi a alteração, afinal, o tópico é seu. É o mesmo script ? Porém será uma mensagem diferente para cada grupo ?
Postado Setembro 9, 2017 7 anos Autor é tipo eu queria que que apartir do group 7 aparece uma msg em cima do player editavel msg e cor Sem Título-2.bmp
Postado Setembro 9, 2017 7 anos Solução local t = {access = 7, -- Numero unico text = "Player Beta", textcolor = COLOR_BLUE, effect = 1, interval = 10} function onLogin(cid) if getPlayerAccess(cid) == t.access then SendEffect(cid, t.effect, t.text, t.interval, t.textcolor) end return true end function SendEffect(cid, effect, text, time, color) if isPlayer(cid) then doSendMagicEffect(getPlayerPosition(cid), effect) doSendAnimatedText(getPlayerPosition(cid), text, color) addEvent(SendEffect, time*1000, cid, effect, text, time, color) end return true end Te ajudei ?? Que tal fazer uma contribuição ?
Postado Setembro 10, 2017 7 anos Autor 27 minutos atrás, DboExplorer disse: local t = {access = 7, -- Numero unico text = "Player Beta", textcolor = COLOR_BLUE, effect = 1, interval = 10} function onLogin(cid) if getPlayerAccess(cid) == t.access then SendEffect(cid, t.effect, t.text, t.interval, t.textcolor) end return true end function SendEffect(cid, effect, text, time, color) if isPlayer(cid) then doSendMagicEffect(getPlayerPosition(cid), effect) doSendAnimatedText(getPlayerPosition(cid), text, color) addEvent(SendEffect, time*1000, cid, effect, text, time, color) end return true end Explica como instalar porfavor Sem Título-2.bmp
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.