View Single Post
loki15
Senior Member
Join Date: Apr 2012
Location: Ukraine
Old 02-22-2015 , 12:52   Re: [CS:GO] Show Competitive Rank on Scoreboard
Reply With Quote #21

Quote:
Originally Posted by Franc1sco View Post
Works but is for the Coin icon in the scoreboard, not the rank


Now I have made a plugin for test differents netprops
The result is here (also I anote it in my test plugin):
PHP Code:
    // uncomment the netprop that you want to test
    
new iRankOffset FindSendPropInfo("CCSPlayerResource""m_nActiveCoinRank"); // Example values: 874 or 1014 or 1030 ...... (is the coin icon in the scoreboard)
    //new iRankOffset = FindSendPropInfo("CCSPlayerResource", "m_iCompetitiveRanking"); // alwways 0
    //new iRankOffset = FindSendPropInfo("CCSPlayerResource", "m_iCompetitiveWins"); // always 0 
Trying to get the real competitive ranking of the players but without luck
Tested on sourcemod 1.7 work, but does not show the rank in the scoreboard though who write in the console sm_testrank LOKI it shows in the chat "Player LOKI have the value 1361" this is what sorry?
__________________

Last edited by loki15; 02-22-2015 at 12:57.
loki15 is offline