Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Trying to prevent usage of an event.
« previous
next »
Print
Pages: [
1
]
Author
Topic: Trying to prevent usage of an event. (Read 401 times)
yuki
August 30, 2009, 11:30:39 PM
I don't want players to use "spawnItem" or "spawnProjectile", how would I do this?
Ad Bot
Advertisement
Truce
August 31, 2009, 12:47:05 AM
unRegisterOutputEvent("fxDTSBrick","spawnItem");
unRegisterOutputEvent("fxDTSBrick","spawnProjectile");
yuki
August 31, 2009, 01:50:23 AM
How exactly do I use these?
Chrono
August 31, 2009, 01:50:42 AM
Script or console.
Either way it works.
yuki
August 31, 2009, 01:51:17 AM
Just slap it in a script, or do I have to add anything to it?
Chrono
August 31, 2009, 01:55:46 AM
No need to add anything.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Trying to prevent usage of an event.