Mystery Posted December 24, 2011 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted December 24, 2011 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? Quote Link to comment Share on other sites More sharing options...
1 Arcenciel Posted December 24, 2011 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted December 24, 2011 I'm not sure if this constant holds fame bFame Give it a try. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 24, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2372 Joined: 10/28/11 Last Seen: Thursday at 05:23 PM Share Posted December 24, 2011 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."+@name$[0]+"("+@fame[0]+")"; // Will return a person with the biggest fame value. mes "2."+@name$[1]+"("+@fame[1]+")"; mes "3."+@name$[2]+"("+@fame[2]+")"; mes "4."+@name$[3]+"("+@fame[3]+")"; mes "5."+@name$[4]+"("+@fame[4]+")"; Quote Link to comment Share on other sites More sharing options...
Question
Mystery
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.