View Single Post
  #1  
Old 10-23-2009, 10:20 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
TServerPlayer.level.name not working

Seems on the clientside, TServerPlayer.level.name is not returning anything.
For example:
PHP Code:
  temp.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.
Reply With Quote