Game Development Community

Access GUI Elements From Server?

by Paul /*Wedge*/ DElia · in Torque Game Engine · 02/13/2004 (8:46 pm) · 2 replies

Is it possible to have direct access to a client's GUI elements from server-side script? Like %client.GUIElement.visible or whatnot. All references in serverscript to GUI pieces run through client defined functions as far as I can tell. Since I'm assuming you can't make client scripts and GUI elements be downloaded to someone who goes on your server, right?

#1
02/13/2004 (9:02 pm)
Well, you could get them to download scripts when they connect to your server, then get them to run them (it is possible). But no, you cant just access clients guis from the server. You could set up a clientCmd to do it though.
#2
06/30/2009 (4:24 am)
DEar frıend,
can you gıve an example to be able understan what you said much more clearly? It would be so good or me:)
thanks!