Mystery Posted December 24, 2011 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...
Emistry Posted December 24, 2011 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."[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]+")"; Quote Link to comment Share on other sites More sharing options...
1 Arcenciel Posted December 24, 2011 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...
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