29.07.2018, 15:56
How can you even figure out the player's DM rank name without passing in the player ID to the function? GetPlayerDMRank simply won't work as you are not passing anything to the function.
That's unless GetPlayerDMRank is a local variable which you set to a string inside the function you're calling GetPlayerDMRank.
That's unless GetPlayerDMRank is a local variable which you set to a string inside the function you're calling GetPlayerDMRank.