Hey guys
To block a button in my plugin I use this:
PHP Code:
RegisterHam(Ham_Use, "func_button", "use_trap")
But, I noticed on few maps that buttons can still be used even after that (on most of the maps it blocks it good, but there are maps where you can still activate buttons). My question is, is there any other type of buttons different than "func_button" that I can register incase it exists in another map?
Example of a map: deathrun_onstyle
__________________