View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 02-16-2017 , 18:36   Re: Breakable entity
Reply With Quote #8

Just setting the classname will do nothing. You have to create the entity as func_breakable.

PHP Code:
new entity engfunc(EngFunc_CreateNamedEntityengfunc(EngFunc_AllocString"func_breakable")); 
klippy is offline