i have no idea whats wrong with this but the console says:
No appropriate version of ‘UnityEngine.Network.InitializeServer’ for the argument list ‘(int, String, boolean)’ was found.
Network.InitializeServer(32, port, false);
the port is a GUI.textField
HELP!