Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Is There a Script That Prevents Players From Throwing Items?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is There a Script That Prevents Players From Throwing Items? (Read 859 times)
childofdarkness016
April 13, 2014, 12:37:07 PM
Hey everyone. For a gamemode I'm working on, I need a script that prevents players from forcing items out of their inventories. I tried searching, but the concept is so vague that I didn't find anything useful. Thanks in advance.
Ad Bot
Advertisement
gr8dayseth
April 13, 2014, 12:41:00 PM
I THINK there's one somewhere, but I'm not sure.
Greek2me
April 13, 2014, 12:41:38 PM
There's multiple. I just can't think of what to search..
LeetZero
April 13, 2014, 01:50:12 PM
To further add, this would be useful. However, the only one I can remember discarded thrown items, I am not sure if there's one that actually prevents throwing them, but if there is, it would be nice to know.
Greek2me
April 13, 2014, 01:57:01 PM
There's one that does that, too.
Port
April 13, 2014, 02:04:44 PM
package NoDropPackage { function serverCmdDropTool() {} }; activatePackage("NoDropPackage");
jes00
April 13, 2014, 02:22:18 PM
Searched for "item drop" in add-ons.
http://forum.blockland.us/index.php?topic=98510.0
http://forum.blockland.us/index.php?topic=238536.0
http://forum.blockland.us/index.php?topic=219841.0
«
Last Edit: April 13, 2014, 02:23:55 PM by jes00
»
Subpixel
April 13, 2014, 02:53:40 PM
Just package serverCmdDropTool.
Klocko²
April 14, 2014, 04:52:25 AM
If you want to prevent individual items from being droppable, you can edit the .cs file of the item.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Is There a Script That Prevents Players From Throwing Items?