Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Respawn Effects Block
« previous
next »
Print
Pages: [
1
]
Author
Topic: Respawn Effects Block (Read 597 times)
Radíowave
September 23, 2015, 04:50:42 AM
Can someone make an add-on that disables the emitter and the sound that happens whenever
a player spawns/respawns?
Ad Bot
Advertisement
Kyuande
September 23, 2015, 08:45:44 AM
SpawnProjectile.soundProfile = ""; (I think)
jes00
September 23, 2015, 11:53:53 AM
Quote from: Kyuande on September 23, 2015, 08:45:44 AM
SpawnProjectile.soundProfile = ""; (I think)
He also wants the emitter to not appear.
Shift Kitty
September 23, 2015, 12:27:12 PM
The projectile itself doesn't have a sound profile or an emitter. It's all part of the explosion.
Thus you can just
spawnProjectile.explosion = "";
If you want to stop the death pop as well,
deathProjectile.explosion = "";
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Respawn Effects Block