Hey there, we had planned to use this plugin from dec 2nd on for our western setting, but due the update by fp, it does not work any more. Will it be updated/fixen?
Beware: Because of this code
private bool CanPickupEntity(BasePlayer player, BaseEntity entity)
{
if(CheckPickup(player, entity.GetComponent<BaseEntity>()))
return false;
return true;
}
players can pickup entities which normally can not be picked up.
If the map contains (large) wooden boxes, chairs, tables, tesla coils, (some) workbenches, beach tables, parasols, (some) ladders, test generators, ... (and which, escpecially custom, map does not?) players can pick them up.
So players can destroy the look and feel of monuments.
We had problems since some wipes, we thought it was due to the map and so we set insvisible colliders and stuff. But in the end its this method!
Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.