• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

!level+rebirth talkactions

elia3343

Hoster
Joined
Oct 22, 2014
Messages
167
Reaction score
8
can somebody help me to add Rebirth level showing when I type !Level?



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/11 16:12)")
return true
end
 
Read the rules, we need more info.
What server are you ex using?
Change your title to include that version aswell, ex [TFS 1.2] - Rebirth not showing in talkactions.

We also need to know how your rebirth system is handled, is it handled with an SQL query via the player table or a storage value via the player table?
 
Back
Top