Ir para conteúdo
  • Cadastre-se

[Resolvido] AJUDA - Informaçao Player


Posts Recomendados

Uso esse seguinte sistema para informações de players.

function onSay(cid, words, param, channel)

if(param == '') then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.")

return true

end


local pid = getPlayerByNameWildcard(param)

if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. param .. " not found.")

return true

end


local tmp = {accountId = getPlayerAccountId(pid), ip = getPlayerIp(pid)}

local pos = getCreaturePosition(pid)

doPlayerPopupFYI(cid, "Character Information\n_______________________________\n" ..

"\nName:								 "..getCreatureName(pid)..

"\nSex:									"..(getPlayerSex(pid) == 0 and "female" or "Male")..

"\nVocation:						 "..getVocationInfo(getPlayerVocation(pid)).name..

"\nLevel:								"..getPlayerLevel(pid)..

"\nAchievement Points:	 "..getCreatureStorage(pid, 15200)..

"\nReputation Points:		 "..getCreatureStorage(pid, 102086)..

"\nResidence:						"..getPlayerTown(pid)..

"\nGuild membership:		 "..getPlayerGuildRank(pid) .."".. getPlayerGuildName(pid)..

"\nAccount Status:			 "..(isPremium(pid) and "Premium Account" or "Free Account")..

"\n\nMagic:								 "..getPlayerMagLevel(pid)..

"\nFist:									"..getPlayerSkillLevel(pid, SKILL_FIST)..

"\nClub:									"..getPlayerSkillLevel(pid, SKILL_CLUB)..

"\nSword:								"..getPlayerSkillLevel(pid, SKILL_SWORD)..

"\nAxe:									"..getPlayerSkillLevel(pid, SKILL_AXE)..

"\nDistance:							"..getPlayerSkillLevel(pid, SKILL_DISTANCE)..

"\nShield:								 "..getPlayerSkillLevel(pid, SKILL_SHIELD)..

"\nFish:									 "..getPlayerSkillLevel(pid, SKILL_FISHING))

return true

end
ele funciona normalmente, porém nessa linha...
"\nResidence:						"..getPlayerTown(pid)..

...ele mostra o numero do town id.

Ex: thais id:1. venore id:2, thais id:3 etc...

Se o cara for de venore, não irá mostrar Residence: venore. Ele mostra Residence: 2.

Preciso colocar nomes, não números no Residence:

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