I am making a water fountin i have the water and stuff but when it comes to "leaps" they get kinda anoying...
heres my script(works fine):
PHP Code:
//#CLIENTSIDE
function onCreated(){
setTimer(0.5);
}
function onTimeout(){
putleaps 5,this.x-random(0.05,-0.5),this.y;
setTimer(0.5);
}
but, is it possible to make it not produse sound?