I found the answer myself after a long time.. I'm replying here, so hopefully others might find it helpful.
I used "$steam_info['communityvisibilitystate']" to get the info I need, but it came in numbers as you guys are well aware of.
So, I've changed the code into:
Code:
<vb:if condition="$steam_info['communityvisibilitystate']==1"><font color="red"><b><i>Private</i></b></font></vb:if>
To replace the 1 number to a letter or word, in this case.. private, in bold with red font.. Easy as pie.