Giter VIP home page Giter VIP logo

plugins's People

Contributors

spoon-l4d2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

plugins's Issues

readyup: makes some doors breakable when it shouldn't

It makes some doors (prop_door_rotating) breakable when it shouldn't.

I was given this snippet by a1m to fix the issue, maybe it works maybe it doesn't, you could test it.

ActivateEntities(String:className[], String:inputName[]) 
{
new iEntity;

while ((iEntity = FindEntityByClassname(iEntity, className)) != -1) 
{
if (!IsValidEdict(iEntity) || !IsValidEntity(iEntity)) 
{
continue;
}

// From the VDC, 524288 : Start Unbreakable
if (GetEntProp(iEntity, Prop_Data, "m_spawnflags") & (1 << 19)) 
{
continue;
}

AcceptEntityInput(iEntity, inputName);
}
}

nogetupskip array index out of bounds error

L 09/12/2019 - 02:41:22: [SM] Exception reported: Array index out-of-bounds (index -1, limit 8)
L 09/12/2019 - 02:41:22: [SM] Blaming: fixes/nogetupskip.smx
L 09/12/2019 - 02:41:22: [SM] Call stack trace:
L 09/12/2019 - 02:41:22: [SM]   [1] Line 117, nogetupskip.sp::CheckAnimations
L 09/12/2019 - 02:41:22: [SM]   [2] Line 62, nogetupskip.sp::Command_Listener
L 09/12/2019 - 02:41:36: [SM] Exception reported: Array index out-of-bounds (index -1, limit 8)
L 09/12/2019 - 02:41:36: [SM] Blaming: fixes/nogetupskip.smx
L 09/12/2019 - 02:41:36: [SM] Call stack trace:
L 09/12/2019 - 02:41:36: [SM]   [1] Line 117, nogetupskip.sp::CheckAnimations
L 09/12/2019 - 02:41:36: [SM]   [2] Line 62, nogetupskip.sp::Command_Listener
L 09/12/2019 - 02:44:22: [SM] Exception reported: Array index out-of-bounds (index -1, limit 8)
L 09/12/2019 - 02:44:22: [SM] Blaming: fixes/nogetupskip.smx
L 09/12/2019 - 02:44:22: [SM] Call stack trace:
L 09/12/2019 - 02:44:22: [SM]   [1] Line 117, nogetupskip.sp::CheckAnimations
L 09/12/2019 - 02:44:22: [SM]   [2] Line 62, nogetupskip.sp::Command_Listener
L 09/12/2019 - 02:45:56: [SM] Exception reported: Array index out-of-bounds (index -1, limit 8)
L 09/12/2019 - 02:45:56: [SM] Blaming: fixes/nogetupskip.smx
L 09/12/2019 - 02:45:56: [SM] Call stack trace:
L 09/12/2019 - 02:45:56: [SM]   [1] Line 117, nogetupskip.sp::CheckAnimations
L 09/12/2019 - 02:45:56: [SM]   [2] Line 62, nogetupskip.sp::Command_Listener

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.