• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction Highscores List v1.0

Zysen

=)
Joined
Sep 18, 2010
Messages
2,270
Reaction score
170
Location
Bosnia & Herzegovina
Here's my little script.Hope it works!



LUA:
function onSay(cid, words, param)
	getPlayerLevel(cid)
	getPlayerExperience(cid)
   doShowTextDialog(cid, itemid, text)
end
	return TRUE
end
 
I think that you should explain what it actually is and post a .xml line to:)
 
LUA:
function onSay(cid, words, param)
	return doShowTextDialog(cid, 1950, getHighscoreString(SKILL__LEVEL))
end
 
Back
Top