NoEquip flag to prevent weapons inside zoneSuggestion
Suggestion Add flag for no Equip so that players can not equip weapon inside zone

ive created a simple plugin for this but it currently only supports the whole server which isnt ideal for my Application method

may i suggest this option is added as a flag

bool CanEquipItem(PlayerInventory inventory, Item item, int targetPos)
{
    Puts("CanEquipItem works!");
    return true;
}​
Is your thought to exclude all weapons or to allow us to select which weapons to exclude. I could see this being a very interesting add towards creating some cool zones like a Melee only zone or something like that.
I dont want people to use weapons in certain zones.
Is that possible?

Merged post

Thanks for merging, but "This thread is stale. Please consider creating a new thread before replying to this one." so i opened a new one.
Toliman
Thanks for merging, but "This thread is stale. Please consider creating a new thread before replying to this one." so i opened a new one.

The suggestion is still open and relevant. That message generally only makes sense for "issues", not suggestions and other states.