So, I shoot my SNPC numerous amounts of times, and at odd times, when the SNPC is shot, it crashes the whole game stating "Pushing object invalid lua!"
Does anybody know what this means? I assume it is to do with the blood code, but I won't jump to conclusions, Google searches turn up with nothing at all.
Edit: Turns out it can't just be an error in my code, I pressed a button on a map and the same thing happened.
That's an engine error, and those really only happen when the C/C++ side of things go bad. That's not to say that Lua isn't causing something to go bad, maybe it is, but the error arises from the C side. I may be wrong, but that sounds like the Lua interface fucks up.
Does it happen when you go on a different map?
[QUOTE=man with hat;46640548]That's an engine error, and those really only happen when the C/C++ side of things go bad. That's not to say that Lua isn't causing something to go bad, maybe it is, but the error arises from the C side. I may be wrong, but that sounds like the Lua interface fucks up.
Does it happen when you go on a different map?[/QUOTE]
It has happened on various maps, gm_construct in about 9/10 occurances, other occurance was in a TTT map.
Had similiar problem like this but it was something like "Lua Overload" or something. Once I verified game files the error was gone.
Sorry, you need to Log In to post a reply to this thread.