Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > New Scripting Engine (GS2)
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-31-2010, 03:28 AM
xMane xMane is offline
NPC-Server (Server)
xMane's Avatar
Join Date: May 2010
Posts: 59
xMane is on a distinguished road
Exclamation GUI.settext();

PHP Code:
function onTimeout()
{
   
this.hirebiz clientr.bizname;
 
this.findselected findplayer(Biz_BizPlayerList.getselectedtext());
 
Biz_PlayerName.SetText(Biz_BizPlayerList.getselectedtext());
 
Biz_PlayerRank.SetText(this.findselected.clientr.bizrank);
 
Biz_PlayerAdmin.SetText(this.findselected.clientr.bizadmin);
setTimer(0.05);

why doesnt this show other player's names and info only mynes when selectd.
it shows the other player's name only no bizrank or bizadminlevel.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:08 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.