Hi everybody.
I want my subclass of MapVotePage to be used by players, but to do that I need to change the variable MapVotingMenu in the Player's GUIController (or UT2K4GUIController, since GUIController is abstract). The annoying thing is: on the server this variable is empty and obviously not being used. So I need to modify the variable on the client. What is the best way to get/set a variable on the client?
I want my subclass of MapVotePage to be used by players, but to do that I need to change the variable MapVotingMenu in the Player's GUIController (or UT2K4GUIController, since GUIController is abstract). The annoying thing is: on the server this variable is empty and obviously not being used. So I need to modify the variable on the client. What is the best way to get/set a variable on the client?
Comment