#Stop players hotkeying specific items into containers

1 messages · Page 1 of 1 (latest)

foggy crow
#

I tried things like "on inventory move" and "on inventory click", but neither seem to work for me
I am trying to stop any kind of tool/armor being hotkeyed into containers so players cannot share these items

meager coral
#

I assume your issue is you checking inventory of player not inv item is going into

foggy crow
meager coral
#

🤷

foggy crow
marsh lava
#

If you are talking about using num keys to move items, I used this and on inv click to fix it for my server.
https://skripthub.net/docs/?id=2137

#

then did if it’s a number key…

eternal dawn
#

just basically do

on inventory click:
    If event-inventory is named "name" 
        Cancel event
        Code