Paiizao O BRABO 0 Posted July 27, 2022 Would there be any script to disable or make "suicide respawn" in wasteland take a while? I'm having problems on my server where people are committing suicide to respawn elsewhere. But they are over-exaggerating this use of suicide resurge, given that there are beacons on the server. I searched the forums but I didn't find this solution. Share this post Link to post Share on other sites
pierremgi 4904 Posted July 28, 2022 That's a parameter. For mission maker, you can disable it in editor attributes / multiplayer / respawn on custom position (or else) / untick "allow manual respawn". For a server, an admin must have the debug console enabled. Then in debug console, write: findDisplay 49 displayCtrl 1010 ctrlEnable false; and GLOBAL exec of course. 2 Share this post Link to post Share on other sites
Paiizao O BRABO 0 Posted July 28, 2022 8 hours ago, pierremgi said: That's a parameter. For mission maker, you can disable it in editor attributes / multiplayer / respawn on custom position (or else) / untick "allow manual respawn". For a server, an admin must have the debug console enabled. Then in debug console, write: findDisplay 49 displayCtrl 1010 ctrlEnable false; and GLOBAL exec of course. There's no way to limit the amount of use that? Example... If one player abuse using the option of suicide respawn, he get one block to use that to X time.. ? Share this post Link to post Share on other sites
pierremgi 4904 Posted July 28, 2022 1 hour ago, Paiizao O BRABO said: There's no way to limit the amount of use that? Example... If one player abuse using the option of suicide respawn, he get one block to use that to X time.. ? Why don't you set respawn tickets? End of abuse and probable better watch out for staying alive. Share this post Link to post Share on other sites