Hi guys, quick question.
Is it possible to show an dynamic image instead of text?
I wanna make something for multiclass that appears to class leaders only.
So instead of showing LAP # or something, id like to show an image.
See code below:
if (result.ClassPosition == 1)
// return dynamic image instead of text.
Edit:
See where it shows "Class Leader", I'd like to have a picture on those spots instead.
View image on i.imgur.com

