Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vzheng56

Pages: [1]
1
TNet 3 Support / How to use the BroadcastToLAN() function
« on: March 10, 2014, 10:32:27 PM »
MyCode :
  1.         if (Input.GetKeyDown(KeyCode.C))
  2.         {
  3.             Debug.Log("CCCC");
  4.             MessageContain = "C";
  5.             tno.BroadcastToLAN(5127, "BroadCastMaeesge", MessageContain);
  6.         }
  7.  
  1.  
  2.   [RFC]void BroadCastMaeesge(string text)
  3.     {
  4.         Debug.Log("CCCCCC");
  5.         ScenesName = text;
  6.     }
  7.  

Server Start ,But it does not work! Any Demo? help me~

Pages: [1]