
07-20-2006, 03:29 AM
|
|
Varia Developer
|
 |
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
|
|
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...
|
|
|
|