Jump to content
  • 0
Mystery

Fame

Question

When you right click a player, there's an opton for giving fame.. Or is there another way I don't know About? Anyway, is there a script command to check the players current fame?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

an example inside the doc files...

Example:

set @nb, query_sql("select name,fame from `char` ORDER BY fame DESC LIMIT 5", @name$, @fame);
mes "Hall Of Fame: TOP5";
mes "1."[email protected]$[0]+"("[email protected][0]+")"; // Will return a person with the biggest fame value.
mes "2."[email protected]$[1]+"("[email protected][1]+")";
mes "3."[email protected]$[2]+"("[email protected][2]+")";
mes "4."[email protected]$[3]+"("[email protected][3]+")";
mes "5."[email protected]$[4]+"("[email protected][4]+")";

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.