1
[Talkactions] Player Info el Vie Mayo 05, 2017 1:40 pm
nitolopez

Nuevo Miembro



y Aqui una Imagen:

![[Talkactions] Player Info 24fcs37](https://2img.net/h/oi67.tinypic.com/24fcs37.png)
XML:
- Código:
<talkaction words="!playerinfo;/playerinfo" event="script" value="info.lua"/>

Scrip:
- Código:
function onSay(cid, words, param, channel)
if isPlayer(cid)then
doPlayerPopupFYI(cid, " Informações do player ".. getCreatureName(cid) .." \n \n Level : ".. getPlayerLevel(cid) .." \n \n Sua vida maxima : ".. getCreatureMaxHealth(cid).." \n \n Sua mana maxima ".. getCreatureMaxMana(cid) .." \n \n Sua speed : ".. getCreatureSpeed(cid).." \n \n Sua stamina :".. getPlayerStamina(cid).."." )
return true
end
end

Si quieren mas talcktions y otras cosas denme +REP plox