Recent content by ZEODE

  1. ZEODE

    Vehicle Drops OwnerID

    Plugin version: 1.0.1 I have a PvE server where players are unable to destroy others vehicles such as Minicopters etc. When players obtain a vehicle via your Vehicle Drops plugin, the vehicles which drop do not have an owner assigned, Owner = 0. This allows other players to destroy vehicles...
  2. ZEODE

    Feature Request - XP System: Leaderboard

    Feature Request - A leader board feature which allows the following: 1. Players can use a chat command which shows their XP and rank on the server in global chat. (e.g. /xp) 2. A different command displays the top 3, 5 or 10 (set in config) rank players on the server by XP. (e.g. /xptop) 3...
  3. ZEODE

    XP Receiving - Performing Entity.Kill(); on partially looted crates

    I'm confused, you will remove what? What I would like is for the plugin to check the container is empty before it calls entity.kill(); and adds XP. So as I see it, a check needs to be added (not removed) in the OnLooted function to make sure the container is empty before calling entity.kill()...
  4. ZEODE

    XP Receiving - Performing Entity.Kill(); on partially looted crates

    As title says. Players report crates disappearing when they stop looting them while there is still loot inside. Issue: XPReceiving.cs - Line 157 "private void OnLooted(LootContainer entity, BasePlayer player)" There does not seem to be any check within this function to see if the container is...
Top