Seems on the clientside, TServerPlayer.level.name is not returning anything.
For example:
PHP Code:
temp.j = 0;
for (temp.p:allplayers) {
showtext(200+j,10,100+j*16,"fixedsys",null,p.account SPC p.level.name);
changeimgvis(200+j,4);
j++;
}
Just shows a list of player accounts, and not the level they are in. As far as I know, this makes it impossible to differ an RC from a player as well.