diegofkda Posted January 28, 2011 Posted January 28, 2011 My suggestions: setWaveSpeed: This example makes a real and slow water function waves() setWaterColor ( 200, 200, 255, 100 ) --color to blue-white setWaveHeight ( 2 ) --waves to 2 setWaveSpeed ( -1 ) --slow speed end addCommandHandler ("water", waves) stop and start download progress: Stop and Restart download progress. Example, you do /downloadmanager, and it will say all about download (name of resource, reload resource for local player, restart download, delete download, download size, disc space, and etc) If you dont want a local-restart for your script: function waves() setWaterColor ( 200, 200, 255, 100 ) --color to blue-white setWaveHeight ( 2 ) --waves to 2 setWaveSpeed ( -1 ) --slow speed end addCommandHandler ("water", waves) function restart() restartResource ( false ) --Its just an idea, idk if is this the best function lol end addEventHandler ("onClientResourceStart", getRootElement(), restart) And a stop - start download progress, when you are downloading files. "Everything exists, because otherwise nothing would", Bob Marley, 2015.
12p Posted January 29, 2011 Posted January 29, 2011 Lol you made maaaaaaaaaaaany suggestions I like the first one but IDK if it can be done
Recommended Posts