View Single Post
MAGNAT2645
Senior Member
Join Date: Nov 2015
Location: AlliedMods.net
Old 10-20-2018 , 09:49   Re: Koishi's Bosses [BeepMan Updated!]
Reply With Quote #314

L 10/20/2018 - 11:19:20: [SM] Plugin "freaks/shadow93_bosses.ff2" encountered error 23: Native detected error
L 10/20/2018 - 11:19:20: [SM] Invalid timer handle 4212095c (error 3) during timer end, displayed function is timer callback, not the stack trace
L 10/20/2018 - 11:19:20: [SM] Unable to call function "GainLife" due to above error(s).

I think that this error appears because you're trying to delete timer handle inside timer callback.

Isn't better to do this? :
Code:
DelayElixir[boss]= null;
return Plugin_Stop; // instead of delete DelayElixir[boss];
__________________

Last edited by MAGNAT2645; 10-20-2018 at 10:01.
MAGNAT2645 is offline