示例#1
0
 public static void Invisible(int entity, bool toggle)
 {
     ENTITY.SET_ENTITY_VISIBLE(entity, !toggle, true);
 }