RGaming / Basewars

A gamemode for garrys mod
8 stars 12 forks source link

Upgrading activates the Notify() function somehow #10

Closed RGamberini closed 12 years ago

RGamberini commented 12 years ago

I've only seen it on printers thus far It seems to send notifys with things like "0" and "4"

EDIT: I believe the culprit is extracrap.lua

UPDATE: I have to reverse engineer MsgManager in cl_msg.lua and that should shed some light on this issue, My commit broke the top left msg box but also fixed the server crashing bug so im keeping it.

nickelpro commented 12 years ago

What is intended behavior here?

RGamberini commented 12 years ago

I actually fixed this with my commit "Fixed server breaking error in a less intrusive way"

nickelpro commented 12 years ago

Ya but isn't the message box still broken?

nickelpro commented 12 years ago

Also does the cancel button work now? I don't see anything wrong in the code, it should work...

I dunno, this shit needs a debugger