Ir para conteúdo
  • 0

Comando Igual Ao /b Em Verde Somente Para Vips


sickk

Pergunta

Olá,

gostaria de um script igual ao /b de god só que com o comando !b e que apareça o nick do player e o level e depois a mensagem em verde somente para players vip.

Gostaria do script para funcionar no Perfect Vip System 3.0 [http://www.xtibia.com/forum/topic/133661-perfect-vip-system-30/]

Obrigado!

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

  • 0
function onSay(cid, words, param)
local storage,exausted = 78757,60
if param == "" then
doPlayerSendCancel(cid,"Digite algum texto.") return true
elseif not HaveCharaterAcess(cid) then
doPlayerSendCancel(cid,"Você precisa ser vip.") return true
elseif getPlayerStorageValue(cid, storage) >= os.time() then
doPlayerSendCancel(cid, "aguarde " .. getPlayerStorageValue(cid, storage) - os.time() .. " segundos.") return true
end
return doBroadcastMessage(getCreatureName(cid).." ["..getPlayerLevel(cid).."] Diz:\n"..param, MESSAGE_INFO_DESCR) and setPlayerStorageValue(cid, storage, os.time()+exausted) 
end

Link para o comentário
Compartilhar em outros sites

  • 0

function onSay(cid, words, param)
local storage,exausted = 78757,60
if param == "" then
doPlayerSendCancel(cid,"Digite algum texto.") return true
elseif not HaveCharaterAcess(cid) then
doPlayerSendCancel(cid,"Você precisa ser vip.") return true
elseif getPlayerStorageValue(cid, storage) >= os.time() then
doPlayerSendCancel(cid, "aguarde " .. getPlayerStorageValue(cid, storage) - os.time() .. " segundos.") return true
end
return doBroadcastMessage(getCreatureName(cid).." ["..getPlayerLevel(cid).."] Diz:\n"..param, MESSAGE_INFO_DESCR) and setPlayerStorageValue(cid, storage, os.time()+exausted)
end

Perfeito !!

Obrigado :D

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...