I have a func_wall_toggle entity that is tried to a button and when press a button You can go though the wall as if it wasn't there, but heres my problem on round start this entity doesn't return back to solid you have to press the button again is there a way to reset it back to a solid ?
Maybe something like this
PHP Code:
public Event_Roundstart()
{
new classname[32]
pev( target, pev_classname, classname, 31 )
if( equal( classname, "func_wall_toggle" )
{
//// NOIDEA :[
}
}