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
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;
}