[suggestion] create water

Started by Kewun, Apr 14, 2016, 04:17 PM

Previous topic - Next topic

Kewun

well, i wanted to add a suggestion, for script,

would it be possible to do CreateWater( pos ) ? it would be good as you could create water at some positions..

Stormeus

Vice City doesn't really have water physics as far as I know; the water only covers up the bottom of the map between islands. You could create water rectangles, but unless you're just filling a gap between two pieces of land or something, it'll just look like there's a flat chunk of water floating in mid-air, and it won't even drown you until you're in the middle of it.

Mötley

Maybe you could some how get the area position a player is in. maybe put solid ground somewhere under the water. and if the player is in that area freeze that player set the animation and add a timer to remove the health say -=12; or run in a player loop so you can decrease by 1 like the natural effects the water has to players and let this keep repeating until the player dies then kill the timer.

It's a lot of work and bug testing but this would work