Ir para conteúdo
  • Cadastre-se

AJUDA AREA VIP PARA PLAYER PREMIUM


Posts Recomendados

GOSTARIA DE UM VIP TILE QUE AO INVES DE VERIFICAR A STORAGE DO PLAYER ELE VERIFICASSE

SE ELE ESTA PREMIUM ACCOUNT ASSIM EU PODERIA FASER UM SISTEMA VIP PELO !BUYPREMIUM OU ATÉ

VENDER NO DONATE DO SITE. AJUDEM

Link para o post
Compartilhar em outros sites

eu fiz aqui, mas não testei .. se tiver errado .. alguem me corrija ..



function onStepIn(cid, fromPosition)

local config = {

msgFail = "CASO ELE NAO FOR PREMIUM",

msgAccept = "CASO ELE FOR PREMIUM.",

premium = isPremium(cid)

}

if (config.premium == TRUE) then

doPlayerSendTextMessage(cid, 21, config.msgWelcome)

else

doPlayerSendTextMessage(cid, 21, config.msgFail)

doTeleportThing(cid, fromPosition, true)

return TRUE

end

    end

 http://baiakuza.com/
IP: baiakuza.com
TIBIA: 10.96
Baiak Custom [ High Exp Rate ]

 

 

 

 

Link para o post
Compartilhar em outros sites
-- Vip System by Zero

function onStepIn(cid, item, position, fromPosition)

local config = {

msgDenied = "Only donators Can Pass this Door.",

msgWelcome = "Wellcome Vip Player!"

}

if getPlayerPremiumDays(cid) <= 0 then

doTeleportThing(cid, fromPosition, true)

doPlayerSendTextMessage(cid,22, config.msgDenied)

doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE)

return true

end

doPlayerSendTextMessage(cid,22, config.msgWelcome)

return true

end

Link para o post
Compartilhar em outros sites

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo