Blockland Forums > Modification Help
Client of GUI?
Pew446:
Do gui's have a client variable? I really hope it does...
Tom:
GUIs are client sided. They will not have client variable.
Pew446:
What if I wanted to center print when a client clicks a button?
Tom:
clientCmdCenterprint(msg, time);
Pew446:
--- Quote from: Tom on August 09, 2010, 01:35:38 AM ---clientCmdCenterprint(msg, time);
--- End quote ---
Oh. One more. What if I'm calling a function that changes a variable in the client, therefore I need the client variable?