Giter Site home page Giter Site logo

l4d2_dlr's People

Contributors

janiluuk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

l4d2_dlr's Issues

Engineer Exploits and bugs.

using a separate plugin for the turrets is a bad idea, ALL of the servers using this method for the turrets have a major exploit.

when an engineer places a turret they call a command to tell the turrets plugin to spawn the turret, however this command can easily be found and used by anyone. SI players can spawn delete turrets, so can nonengineer players.

there is/was? also a bug, if a turret fails to spawn it will still count towards built items meaning you can potentially use all your builds without actually building anything. this issue was fixed in my version by combining the 2 plugins into 1 and adding checks to make sure spawns were successful.

Problems Arise

In Campaign game, Engineer class can not press Shift key in the next chapter. Thank you for updating this plugin!

issues with commando

In getdamage(client) function there is a typo on line 1940,

if (StrContains(ClientData[client].EquippedGun, "commando", false)!=-1)

should be

if (StrContains(ClientData[client].EquippedGun, "sniper", false)!=-1)

as it is commando wont get any damage bonus while using sniper.

also around line 1037 commando bonus damage is being assigned twice.

Damage for commando is assigned per hit ray so a rifle will do say 1x5 while a shotgun will do 10x5 bonus damage.

I added the getdamage() function to give each weapon type it's own damage amount to stop shotgun being so over powered. so you shouldn't add the damage twice. I hardcoded the damage values , you could possibly redo them as convars.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.