Code:
function onSay(cid, words, param, channel)
doPlayerPopupFYI(cid, ""..getPlayerName(cid).."'s Information:\n\nLevel: "..getPlayerLevel(cid).."\n\nMana: "..getPlayerMaxMana(cid).."\n\nHealth: "..getCreatureMaxHealth(cid).."\n\nMagic Level: "..getPlayerMagLevel(cid).."\n\nSkills:\nFist: "..getPlayerSkillLevel(cid, 0).."\nClub: "..getPlayerSkillLevel(cid, 1).."\nSword: "..getPlayerSkillLevel(cid, 2).."\nAxe: "..getPlayerSkillLevel(cid, 3).."\nDistance Fighting: "..getPlayerSkillLevel(cid, 4).."\nShielding: "..getPlayerSkillLevel(cid, 5).."\nFishing: "..getPlayerSkillLevel(cid, 6).."\n\n\n\nThis Script Was Last Updated (25/03/18 16:12)")
return true
Hello friends! I'm trying to fix this which is on TFS 0.4 to TFS 1.3.
Nekiro gave me the first steps but he wants me to learn. I know you don't learn over a day, but the easiest way for me to learn is to get help/look how people do.
So if anyone could help me get this script to TFS 1.3 and maybe add some information for what you need that fuction would help me extremely much.
I don't want to be a scripter, I just want to be able to script small things to servers.
With help from @Nekiro i got this
Code:
function onSay(cid, words, param)
player:sendPopupFYI(player:getName())
return true
end
Now I think I have the name (i think). But how do I make it show level now?