示例#1
0
 public static void SetText_SW(int Client, string Name, bool Bool)
 {
     if (Bool == true)
     {
         Heart = (int)(Huds.SetText(Client, Name, 0, 3, location, 15, 255, 255, 255, 255, 94, 42, 85, 200));
     }
     if (Bool == false)
     {
         Huds.DestroyElement((uint)Heart);
     }
 }
 public GameObject retorna(Huds doJogo)
 {
     return(retorna(doJogo.ToString(), "doJogo"));
 }