I noticed that too.
It means that the function line should say:
function DrawNameAndPing(Canvas Canvas, PlayerReplicationInfo PRI, float XOffset, float YOffset, bool bCompressed)
instead of: function DrawNameAndPing(Canvas Canvas, PlayerReplicationInfo PRI, float XOffset, float YOffset)
But even then, it gets another error saying: Error, Unrecognised type 'kothbotreplicationinfo'.
Why isn't this class defined in the tutorial?
Could someone make the necessary code and edit the tutorial so that it actually works? I would really appreciate that since i am using a lot of that code as a base for the first project that i am working on.