I am writing a plugin in which I have to retrieve the users kills & deaths upon connecting. As of now I am using the get_user_stats call in client_authorized.
Everything is coming up as 0; pos, szStats[0] and szStats[1]
I also tried using get_stats() but that looks up stats based on stats index.
Does anyone have any ideas?
PHP Code:
new szStats[8]
new szBHits[8]
new pos = get_user_stats(id, szStats, szBHits)
__________________