View Single Post
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 05-11-2022 , 14:16   Re: Breakable things
Reply With Quote #9

3 years later, but fixing the wrong solution.

It is spawnflags, not flags
PHP Code:
if(equal(szClassName"func_breakable") && !(entity_get_int(iEntIndexEV_INT_spawnflags) & SF_BREAK_TRIGGER_ONLY)) 

Last edited by baneado; 05-11-2022 at 14:16.
baneado is offline