Thread: GUI.settext();
View Single Post
  #5  
Old 05-31-2010, 03:10 PM
xMane xMane is offline
NPC-Server (Server)
xMane's Avatar
Join Date: May 2010
Posts: 59
xMane is on a distinguished road
OH i got you thanks so it would be

PHP Code:
//#CLIENTSIDE
function onTimeOut() {
 
this.findselected findplayer(Biz_BizPlayerList.getselectedtext());
 
Biz_PlayerName.SetText(Biz_BizPlayerList.getselectedtext());
 
Biz_PlayerRank.SetText(this.findselected.player.attr[10]);
 
Biz_PlayerAdmin.SetText(this.findselected.player.attr[10]);
setTimer(0.05);

? this doesnt work /\

Last edited by xMane; 05-31-2010 at 04:04 PM..
Reply With Quote