Author Topic: How to make water kill  (Read 1229 times)

I basically want what the speedkart gamemode would normally do. So that the environmental water kills vehicles and players when they enter it. But I cannot figure out why it isn't doing this anymore. I have gone back to default add-ons and then tried enabling the speedkart gamemode but it does not work. How can I fix this?

Don't start Speedkart using the Custom game mode.

I am not trying to start a speedkart server. I am trying to make a Deathrace. Before, normally if a person had the Gamemode_Speedkart Add-On enabled, then in Custom cars would still explode in water and people would still die in water. So I am trying to do the same. Host a custom gamemode server with the water damage.

This may have gotten fixed by now, but even if so, how could I get water to break cars and kill people instantly?

Well I have tried creating water and doing :
OnPlayerTouch > Player > Kill

but that didn't work

so my best guess is that the speedkart gamemode itself has script that makes water instakill players and vehicles

Alright, I fixed it. I used zone events and vehicle events on 64x64 baseplates.
OnMinigameReset - Self - SetZone - 10 0 0 10
OnPlayerEnterZone - Player - Kill
OnVehicleEnterZone - Vehicle - Destroy
Then I placed the baseplates with these events throughout the whole map.