Line 253: GEUtil.ClientPrint( player, GEGlobal.HUD_PRINTTALK, "#GES_GP_RANK", rank, GEMPGameRules.GetNumActivePlayers() )
We need the params to be parsed to strings to match the C++ signature.
GEUtil.ClientPrint( player, GEGlobal.HUD_PRINTTALK, "#GES_GP_RANK", str( rank ), str( GEMPGameRules.GetNumActivePlayers() ) )