#207 chests need to have 10 min decay timer which leads to opening chest to all players

Đã đóng
%! (template.HTML=3 năm trước cách đây)đang mở bởi image · 1 ý kiến
Ở đây vẫn chưa có nội dung nào.
image đã nhận xét 3 năm trước cách đây
Người hợp tác

    RULE_INIT(R_Spawn, ChestUnlockedTimeDrop, "1200"); // time in seconds, 20 minutes by default, triggers only if AllowChestUnlockByDropTime is 1
    RULE_INIT(R_Spawn, AllowChestUnlockByDropTime, "1"); // when set to 1 we will start a countdown timer to allow anyone to loot once ChestUnlockedTimeDrop elapsed
    RULE_INIT(R_Spawn, ChestUnlockedTimeTrap, "600"); // time in seconds, 10 minutes by default
    RULE_INIT(R_Spawn, AllowChestUnlockByTrapTime, "1"); // when set to 1 we will allow unlocking the chest to all players after the trap is triggered (or chest is open) and period ChestUnlockedTimeTrap elapsed
``` RULE_INIT(R_Spawn, ChestUnlockedTimeDrop, "1200"); // time in seconds, 20 minutes by default, triggers only if AllowChestUnlockByDropTime is 1 RULE_INIT(R_Spawn, AllowChestUnlockByDropTime, "1"); // when set to 1 we will start a countdown timer to allow anyone to loot once ChestUnlockedTimeDrop elapsed RULE_INIT(R_Spawn, ChestUnlockedTimeTrap, "600"); // time in seconds, 10 minutes by default RULE_INIT(R_Spawn, AllowChestUnlockByTrapTime, "1"); // when set to 1 we will allow unlocking the chest to all players after the trap is triggered (or chest is open) and period ChestUnlockedTimeTrap elapsed ```
Đăng nhập để tham gia bình luận.
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.