Jump to content
  • Topics

  • Posts

    • Typhu 88 là một trong những nhà cái cá cược trực tuyến nổi tiếng tại Việt Nam vào năm 2024. Với lịch sử hoạt động từ ngày 08/08/2008, Typhu88 đã trở thành điểm đến hàng đầu dành cho các bet thủ tại Việt Nam.   Với hơn 888 sản phẩm game cá cược trực tuyến, bao gồm các trò như cá cược bóng đá, Xổ Số Trực tuyến với tỷ lệ 1 ăn 99.9, các trò đổi thưởng trực tuyến, casino trực tuyến, và lô đề siêu tốc online. Đặc biệt, Typhu88 còn có giao diện thân thiện, hỗ trợ khách hàng 24/7, đảm bảo bảo mật tuyệt đối cho thông tin cá nhân, và cung cấp nhiều ưu đãi hấp dẫn như khuyến mãi đăng ký lên đến 188K và tỷ lệ hoàn trả lên đến 3.5%.   Thông tin liên hệ: Địa chỉ: 55/47 P. Chính Kinh, Tổ 6, Thanh Xuân, Hà Nội, Việt Nam. Phone: 0877480746. Email: typhu88.ngo@gmail.com. Website: https://typhu88.ngo/ #typhu88 #nhacaityphu88 #typhu88dangnhap #typhu88ngo #typhu_88
    • Choosing the perfect pickleball paddle can seem overwhelming given the vast array of options available. However, focusing on key factors outlined by https://www.pickypaddle.com/ can help you make an informed decision tailored to your playing style and skill level. The core material, such as Nomex or carbon fiber, dictates power and control, while the face size and material influence spin and accuracy. Paddle shape impacts power and spin preferences, with wide body or classic shapes offering forgiveness and elongated shapes providing extended reach. Size and weight considerations, along with budget constraints, further guide your selection process. When shopping, test multiple paddles, compare prices, prioritize comfort, and read customer reviews to ensure the best fit. By carefully weighing these factors, you can confidently choose the ideal pickleball paddle for an enjoyable playing experience.
    • Hi,
      I am storing a short script using setVariable and I get this warning:


      Performance warning: SimpleSerialization::Write 'spawncycle1' is using type of ',SCRIPT' which is not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types


      Its for a revive mod and I terminate previous script iteration if this function is called again.
        // TERMINATE PREVIOUS _spawncycle //AGAIN FOR GOOD MEASURE _spawncycle1 = (_medic getVariable ["spawncycle1",false]); if (typeName _spawncycle1 == "SCRIPT") then { terminate _spawncycle1; }; _spawncycle1 = [_medic, _incap] spawn { params ["_medic", "_incap"]; // Start Recycle / death / Auto recovery [_medic, _incap] spawn ROS_Fnc_Recycle_Fnc; // Start AI revive [_medic, _incap] spawn ROS_Fnc_AIReviveUnits; // Pause thread waitUntil { sleep 1; (!alive _incap or !alive _medic or !(lifestate _incap == "INCAPACITATED")) }; };//spawn _medic setVariable ["spawncycle1",_spawncycle1,true];

      How can apply the warning message recomendation, which is "not optimized by simple serialization, falling back to generic serialization, use generic type or ask for optimizations for these types"

      help appreciated

      Bendy
    • Does anyone know if the CPack service is still running? For me it just shows a "Connecting..." message, and I haven't been able to find any further info... 
    • basically running a custom damage handler through all units when mission loads. It works fine in singleplayer and self-hosted multiplayer, but on dedicated server test, this doesnt seem to be loading right.

      I am testing by logging in as a remote player, and the damage handler has not properly implimented.

      however - if I use the chat to #login, then #restart - it works perfectly.

      So I am thinking everything is loading too early. Or maybe because when I restart - I am already logged in as remote player - and its a JIP issue?
×