Jump to content

DaddyRex

Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by DaddyRex

  1. i have found a fix for this. Starting on line 682, replace the entire bracket. replace this: { var hits = Pool.GetList<RaycastHit>(); GamePhysics.TraceAll(player.eyes.HeadRay(), .1f, hits, 5f, Layers.Server.Players); var hit = hits.FirstOrDefault(h => h.collider.gameObject != player.gameObject); if (hit.collider != null) target = hit.transform.ToBaseEntity().ToPlayer(); Pool.FreeList(ref hits); } with this: { var hits = Pool.Get<List<RaycastHit>>(); GamePhysics.TraceAll(player.eyes.HeadRay(), .1f, hits, 5f, Layers.Server.Players); var hit = hits.FirstOrDefault(h => h.collider.gameObject != player.gameObject); if (hit.collider != null) target = hit.transform.ToBaseEntity().ToPlayer(); Pool.FreeUnmanaged(ref hits); } reload plugin- should work fine
  2. DaddyRex

    Failed to compile: 'Pool'

    i have found a fix for this! on line 2353 where "getList" is specified. replace with: Pool.Get<List<DecayEntity>>(); reload the plugin- this should fix the issue
  3. DaddyRex

    Failed to compile: 'Pool'

    i have the same issue
  4. Error while compiling BetterVanish: 'Pool' does not contain a definition for 'GetList' | Line: 682, Pos: 33
    Great plugin! it's so underrated! easy to use, setup and configure. I do wish there was the ability to adjust each "item" for the mining skill. for example- have sulfur at a lower rate than the rest. Maybe adding that to a separate skill? aside to that little wish, loving this plugin!
  5. DaddyRex

    Skill Rates

    why do kills keep randomly maxing our - or will max out of the plugin is reloaded....
  6. is there a way to have only 1 or 2 prizes given? i've set up some prizes and it gave them all at once lol
  7. DaddyRex

    AAlertRaid

    this doesn't seem to work anymore... maybe its just me?
  8. DaddyRex

    AAlertRaid

    config does to appear when installing this plugin. any idea to why?
  9. DaddyRex

    Radial Menu

    is there a way i can make a clickable button to use this? instead of the MMB?
  10. DaddyRex

    Fallen Earth

    what am i missing? monument key card doors are not working? I've tried anything i could think of...
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

Files Sold

Total number of files sold.

3.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

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.