function onUse(cid, item, frompos, item2, topos)
if isPlayer(item2.uid) then
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Nick: '..getPlayerName(item2.uid)..'')
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Level: '..getPlayerLevel(item2.uid)..'')
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Ki Level: '..getPlayerMagLevel(item2.uid)..'')
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Hp Points: '..getCreatureHealth(item2.uid)..'/'..getCreatureMaxHealth(item2.uid)..'')
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE, 'Ki Points: '..getCreatureMana(item2.uid)..'/'..getCreatureMaxMana(item2.uid)..'')
else
doPlayerSendCancel(cid,"You can scout only players.")
end
return true
end
usa esse, se Te ajudei REP+, marque como melhor resposta.