Remove func_breakable will crash server
if I remove a func_breakable, it will crash my server
engfunc(EngFunc_RemoveEntity, entity) I have tried DLL Think but doesn't work |
Re: Remove func_breakable will crash server
paste your code, im remove func_breakables in one of my plugins too but it never crashed the server
|
Re: Remove func_breakable will crash server
try
Code:
set_pev(ent, pev_flags, pev(ent, pev_flags) | FL_KILLME) |
Re: Remove func_breakable will crash server
thx I 've tested with it before you post ...
|
Re: Remove func_breakable will crash server
Quote:
PHP Code:
|
Re: Remove func_breakable will crash server
You can also make it use itself, although it will come back if it's set to:
Code:
It's possible that it may not work like that, so you may have to add: Code:
|
| All times are GMT -4. The time now is 09:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.