Thread: Gui Timeout
View Single Post
  #1  
Old 07-20-2006, 03:29 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Gui Timeout

Hi all

I created a gui back some time and it worked great now a few monthys later all's going fine but the player mp wont update in a guitextctrl(text1) I have text = player.mpand in a timeout I have

if (player.mp != text1.text) {
text1.text = player.mp;
}

yet this doesnt work. Does anyone not know why?
__________________
Deep into the Darkness peering...
Reply With Quote