native error (native "remove_entity")
native error (native "remove_entity")
L 11/16/2019 - 01:487: [AMXX] [0] Parachute.sma:: off_model (line 112) L 11/16/2019 - 01:487: [AMXX] [1] Parachute.sma::client_PreThink (line 73) L 11/16/2019 - 01:488: [ENGINE] Entity 0 can not be removed L 11/16/2019 - 01:488: [AMXX] Displaying debug trace (plugin "Parachute.amxx", version "1.0") Code:
#include <amxmodx> |
Re: native error (native "remove_entity")
Check if the entity is valid before removing it.
|
Re: native error (native "remove_entity")
Quote:
|
Re: native error (native "remove_entity")
By checking "pev_valid()" before using "remove_entity()".
|
Re: native error (native "remove_entity")
Quote:
Code:
if( !pev_valid( id ) ) |
Re: native error (native "remove_entity")
Replace
PHP Code:
|
Re: native error (native "remove_entity")
1 Attachment(s)
There's a much larger issue. Only the backpack shows when parachute is enabled. I fixed it up. Thank you for starting this. I wanted a smaller parachute plugin. Parachuting glow I set it to only happen when low on HP. There was much strobe with other plugin I use. It was tested and made stable. Once bots entered game random crashes. That should be resolved now too.
Code:
Code:
|
| All times are GMT -4. The time now is 02:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.