Blockland Forums > Modification Help
Questions regarding the RTB GUI Downloading system
Bauklotz:
I am wanting to create a GUI which should be transfered using RTB during client mission load.
So, currently I just have this:
--- Code: ---RTB_registerGUI("path/to/gui/here.gui");
--- End code ---
But, if I want to update a field in the GUI, lets say for example I have a GuiTextCtrl called ThisWeirdField, and I want to change it's value to "Free cookies" from the server, how would I do that?
Bauklotz:
Am I seriously bumping this topic up over only one topic? Meh.
lilboarder32:
I don't think you can manipulate RTB downloaded GUI's from the server to a client.
Headcrab Zombie:
You can't, since the GUI downloader doesn't accept clientCmds
Bauklotz:
Yay, ;D